@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/ppeo/PPEO.owl#> . @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 metadata: <http://data.bioontology.org/metadata/> . ns0:country metadata_def:mappingLoom "country" ; metadata_def:mappingSameURI ns0:country ; metadata_def:prefLabel "country"@en ; metadata:prefixIRI "PPEO:country" ; a owl:Class ; rdfs:comment "A country in the world that either presently exists (i.e. is recognized in status by most entities) or existed at the time of the study."@en ; rdfs:label "country"@en ; rdfs:subClassOf owl:Thing . ns0:hasCountry rdfs:range ns0:country . ns0:hasCountryCode rdfs:domain ns0:country . ns0:hasCountryOfOrigin rdfs:range ns0:country .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/ppeo/PPEO.owl#> .
@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 metadata: <http://data.bioontology.org/metadata/> .

ns0:country
    metadata_def:mappingLoom "country" ;
    metadata_def:mappingSameURI ns0:country ;
    metadata_def:prefLabel "country"@en ;
    metadata:prefixIRI "PPEO:country" ;
    a owl:Class ;
    rdfs:comment "A country in the world that either presently exists (i.e. is recognized in status by most entities) or existed at the time of the study."@en ;
    rdfs:label "country"@en ;
    rdfs:subClassOf owl:Thing .

ns0:hasCountry
    rdfs:range ns0:country .

ns0:hasCountryCode
    rdfs:domain ns0:country .

ns0:hasCountryOfOrigin
    rdfs:range ns0:country .