http://www.w3.org/ns/dcat#keyword
This property contains a keyword or tag describing the Distribution. - This property contains a keyword or tag characterizing the Dataset.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| dcat:Dataset , dcat:Distribution | dcat:keyword | xsd:string , rdfs:Literal |
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
dcat:keyword a owl:DatatypeProperty ;
rdfs:label "Dataset - keyword/tag"@en,
"Distribution - keyword/ tag"@en ;
dcterms:identifier "dcat:keyword" ;
vann:usageNote "Optional property. This property contains a keyword or tag describing the Distribution."@en,
"Recommended property. This property contains a keyword or tag characterizing the Dataset."@en ;
rdfs:comment "This property contains a keyword or tag characterizing the Dataset."@en,
"This property contains a keyword or tag describing the Distribution."@en ;
rdfs:domain dcat:Dataset,
dcat:Distribution ;
rdfs:isDefinedBy <https://www.w3.org/TR/vocab-dcat-2/#Property:resource_keyword> ;
rdfs:range rdfs:Literal,
xsd:string .