dcterms:license leaf node


URI

http://purl.org/dc/terms/license

Label

Dataset - license

Description

This property refers to the licence under which the Dataset is made available. NOTE: License in KLMS refers to the Dataset (as in CKAN); instead, in the DCAT model it is at the Distribution level.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) dcterms:license owl:Thing (inferred)

Implementation

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

dcterms:license a owl:DatatypeProperty ;
    rdfs:label "Dataset - license"@en ;
    dcterms:identifier "dct:license" ;
    vann:usageNote "Recommended property. This property refers to the license under which the Dataset is made available."@en ;
    rdfs:comment "This property refers to the licence under which the Dataset is made available. NOTE: License in KLMS refers to the Dataset (as in CKAN); instead, in the DCAT model it is at the Distribution level."@en ;
    rdfs:isDefinedBy <http://dublincore.org/documents/dcmi-terms/#terms-license> .