@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://observedchange.com/moac/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://observedchange.com/moac/> . ns0:AffectedPopulation metadata_def:mappingLoom "affectedpopulation" ; metadata_def:mappingSameURI ns0:AffectedPopulation ; metadata_def:prefLabel "AffectedPopulation"@en ; a owl:Class ; rdfs:comment "AffectedPopulation is a group of disaster affecgted people in need of humanitarian support."@en ; rdfs:isDefinedBy ns1:ns ; rdfs:label "AffectedPopulation"@en ; rdfs:subClassOf owl:Thing . ns0:NFINeededAt rdfs:range ns0:AffectedPopulation . ns0:affectedby rdfs:range ns0:AffectedPopulation . ns0:countOfAffectedPopulation rdfs:range ns0:AffectedPopulation . ns0:countofAffectedHH rdfs:range ns0:AffectedPopulation . ns0:impact rdfs:range ns0:AffectedPopulation . ns0:shelterNeededAt rdfs:range ns0:AffectedPopulation .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://observedchange.com/moac/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://observedchange.com/moac/> .

ns0:AffectedPopulation
    metadata_def:mappingLoom "affectedpopulation" ;
    metadata_def:mappingSameURI ns0:AffectedPopulation ;
    metadata_def:prefLabel "AffectedPopulation"@en ;
    a owl:Class ;
    rdfs:comment "AffectedPopulation is a group of disaster affecgted people in need of humanitarian support."@en ;
    rdfs:isDefinedBy ns1:ns ;
    rdfs:label "AffectedPopulation"@en ;
    rdfs:subClassOf owl:Thing .

ns0:NFINeededAt
    rdfs:range ns0:AffectedPopulation .

ns0:affectedby
    rdfs:range ns0:AffectedPopulation .

ns0:countOfAffectedPopulation
    rdfs:range ns0:AffectedPopulation .

ns0:countofAffectedHH
    rdfs:range ns0:AffectedPopulation .

ns0:impact
    rdfs:range ns0:AffectedPopulation .

ns0:shelterNeededAt
    rdfs:range ns0:AffectedPopulation .