schema:license leaf node


URI

http://schema.org/license

Label

hasLicense

Description

A description of the specific licensing terms (e.g. a Creative Commons license) prescribing how the output of a Thematic Network may be used and exploited. The value assigned to this property is the URL to the license for the output (e.g. the Creative Commons license).

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) schema:license xsd:anyURI

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:license a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "hasLicense"@en ;
    rdfs:comment "A description of the specific licensing terms (e.g. a Creative Commons license) prescribing how the output of a Thematic Network may be used and exploited. The value assigned to this property is the URL to the license for the output (e.g. the Creative Commons license)."@en ;
    rdfs:range xsd:anyURI .