@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.oclc.org/NET/ldr/ns#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns1: <http://purl.org/NET/rdflicense/> . ns0:FamousDataLicense metadata_def:mappingLoom "famousdatalicense" ; metadata_def:mappingSameURI ns0:FamousDataLicense ; metadata_def:prefLabel "FamousDataLicense" ; a owl:Class ; rdfs:comment "License publicly available and known to the public"@en ; rdfs:subClassOf ns0:License . <http://purl.org/NET/rdflicense/cc-zero1.0> a ns0:FamousDataLicense . <http://purl.org/NET/rdflicense/odbc-by1.0> a ns0:FamousDataLicense . <http://purl.org/NET/rdflicense/odbc-pddl1.0> a ns0:FamousDataLicense . <http://purl.org/NET/rdflicense/odbl1.0> a ns0:FamousDataLicense . <http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/> a ns0:FamousDataLicense .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.oclc.org/NET/ldr/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns1: <http://purl.org/NET/rdflicense/> .

ns0:FamousDataLicense
    metadata_def:mappingLoom "famousdatalicense" ;
    metadata_def:mappingSameURI ns0:FamousDataLicense ;
    metadata_def:prefLabel "FamousDataLicense" ;
    a owl:Class ;
    rdfs:comment "License publicly available and known to the public"@en ;
    rdfs:subClassOf ns0:License .

<http://purl.org/NET/rdflicense/cc-zero1.0>
    a ns0:FamousDataLicense .

<http://purl.org/NET/rdflicense/odbc-by1.0>
    a ns0:FamousDataLicense .

<http://purl.org/NET/rdflicense/odbc-pddl1.0>
    a ns0:FamousDataLicense .

<http://purl.org/NET/rdflicense/odbl1.0>
    a ns0:FamousDataLicense .

<http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/>
    a ns0:FamousDataLicense .