@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.oegov.org/core/owl/cc#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:AttributedSource metadata_def:mappingLoom "attributedsource" ; metadata_def:mappingSameURI ns0:AttributedSource ; metadata_def:prefLabel "Attributed Source" ; metadata:prefixIRI "oecc:AttributedSource" ; a owl:Class ; rdfs:comment "The name, url and other details of an attribution." ; rdfs:label "Attributed Source" ; rdfs:subClassOf owl:Thing . ns0:TopQuadrantAttribution a ns0:AttributedSource .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.oegov.org/core/owl/cc#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:AttributedSource
    metadata_def:mappingLoom "attributedsource" ;
    metadata_def:mappingSameURI ns0:AttributedSource ;
    metadata_def:prefLabel "Attributed Source" ;
    metadata:prefixIRI "oecc:AttributedSource" ;
    a owl:Class ;
    rdfs:comment "The name, url and other details of an attribution." ;
    rdfs:label "Attributed Source" ;
    rdfs:subClassOf owl:Thing .

ns0:TopQuadrantAttribution
    a ns0:AttributedSource .