dcat:theme leaf node


URI

http://www.w3.org/ns/dcat#theme

Label

Dataset - theme

Description

This property refers to a thematic category of the Dataset. A Dataset may be associated with multiple themes. Subproperty of dct:subject

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) dcat:theme owl:Thing (inferred)

Implementation

@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> .