http://www.w3.org/ns/dcat#theme
This property refers to a thematic category of the Dataset. A Dataset may be associated with multiple themes. Subproperty of dct:subject
@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/> .
dcat:theme a owl:ObjectProperty ;
rdfs:label "Dataset - theme"@en ;
dcterms:identifier "dcat:theme" ;
vann:usageNote "Recommended property. This property refers to a thematic category of the Dataset. A Dataset may be associated with multiple themes."@en ;
rdfs:comment "This property refers to a thematic category of the Dataset. A Dataset may be associated with multiple themes. Subproperty of dct:subject"@en ;
rdfs:isDefinedBy <https://www.w3.org/TR/vocab-dcat-2/#Property:resource_type> .