schema:keywords leaf node


URI

http://schema.org/keywords

Label

hasKeywords

Description

The list of keywords attached to an output of a Thematic Network. We assume that, in general terms, there are more than one keywords available and that the keywords are delimeted by the comma "," sign.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) schema:keywords xsd:string

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

schema:keywords a owl:DatatypeProperty ;
    rdfs:label "hasKeywords"@en ;
    rdfs:comment "The list of keywords attached to an output of a Thematic Network. We assume that, in general terms, there are more than one keywords available and that the keywords are delimeted by the comma \",\" sign."@en ;
    rdfs:range xsd:string .