@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix cc: <http://creativecommons.org/ns#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns0: <http://org.semanticweb.owlapi/error#> . @prefix ns1: <http://web.resource.org/cc/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns2: <http://www.oegov.org/core/owl/cc#> . cc:License metadata_def:mappingLoom "license" ; metadata_def:mappingSameURI cc:License ; metadata_def:prefLabel "License" ; metadata:prefixIRI "cc:License" ; a owl:Class ; rdfs:comment "a set of requests/permissions to users of a Work, e.g. a copyright license, the public domain, information for distributors"@en-us ; rdfs:label "License"@en-us ; rdfs:subClassOf ns0:Error1, dct:LicenseDocument ; owl:equivalentClass ns1:License . cc:deprecatedOn rdfs:domain cc:License . cc:jurisdiction rdfs:domain cc:License . cc:legalcode rdfs:domain cc:License . cc:license rdfs:range cc:License . cc:permits rdfs:domain cc:License . cc:prohibits rdfs:domain cc:License . cc:requires rdfs:domain cc:License . <http://www.oegov.org/core/owl/cc#CreativeCommonsAttributionShareAlike3.0_UnitedStatesLicense> a cc:License .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns0: <http://org.semanticweb.owlapi/error#> .
@prefix ns1: <http://web.resource.org/cc/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns2: <http://www.oegov.org/core/owl/cc#> .

cc:License
    metadata_def:mappingLoom "license" ;
    metadata_def:mappingSameURI cc:License ;
    metadata_def:prefLabel "License" ;
    metadata:prefixIRI "cc:License" ;
    a owl:Class ;
    rdfs:comment "a set of requests/permissions to users of a Work, e.g. a copyright license, the public domain, information for distributors"@en-us ;
    rdfs:label "License"@en-us ;
    rdfs:subClassOf ns0:Error1, dct:LicenseDocument ;
    owl:equivalentClass ns1:License .

cc:deprecatedOn
    rdfs:domain cc:License .

cc:jurisdiction
    rdfs:domain cc:License .

cc:legalcode
    rdfs:domain cc:License .

cc:license
    rdfs:range cc:License .

cc:permits
    rdfs:domain cc:License .

cc:prohibits
    rdfs:domain cc:License .

cc:requires
    rdfs:domain cc:License .

<http://www.oegov.org/core/owl/cc#CreativeCommonsAttributionShareAlike3.0_UnitedStatesLicense>
    a cc:License .