@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 ns1: <http://observedchange.com/moac/> . @prefix dct: <http://purl.org/dc/terms/> . ns0:NFINeededAt a owl:DataProperty, owl:NamedIndividual, owl:ObjectProperty ; rdfs:comment "NFINeededAt relates \"where\" Non Food Items response might be necessary."@en ; rdfs:isDefinedBy ns1:ns ; rdfs:label "NFINeededAt"@en ; rdfs:range ns0:AffectedPopulation, ns0:Where3W, dct:Location .
@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 ns1: <http://observedchange.com/moac/> .
@prefix dct: <http://purl.org/dc/terms/> .

ns0:NFINeededAt
    a owl:DataProperty, owl:NamedIndividual, owl:ObjectProperty ;
    rdfs:comment "NFINeededAt relates \"where\" Non Food Items response might be necessary."@en ;
    rdfs:isDefinedBy ns1:ns ;
    rdfs:label "NFINeededAt"@en ;
    rdfs:range ns0:AffectedPopulation, ns0:Where3W, dct:Location .