@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://linkeddata.finki.ukim.mk/lod/ontology/tao#> . @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/> . @prefix ns1: <http://purl.org/ontology/places/> . @prefix ns2: <http://www.w3.org/2003/01/geo/wgs84_pos#> . ns0:Location metadata_def:mappingLoom "location" ; metadata_def:mappingSameURI ns0:Location ; metadata_def:prefLabel "Location" ; metadata:prefixIRI "ns4:Location" ; a owl:Class ; rdfs:comment "Information about location where the Situation Record was generated. It contains several properties describing the Location. It contains geo:longitude and geo:latitude for creataing external links to othe datasets." ; rdfs:label "Location" ; rdfs:subClassOf owl:Thing . ns0:countyNumber rdfs:domain ns0:Location . ns0:has_Location rdfs:range ns0:Location . ns0:location_Of_Situation rdfs:domain ns0:Location . ns1:road rdfs:domain ns0:Location . ns2:latitude rdfs:domain ns0:Location . ns2:longitude rdfs:domain ns0:Location .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://linkeddata.finki.ukim.mk/lod/ontology/tao#> .
@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/> .
@prefix ns1: <http://purl.org/ontology/places/> .
@prefix ns2: <http://www.w3.org/2003/01/geo/wgs84_pos#> .

ns0:Location
    metadata_def:mappingLoom "location" ;
    metadata_def:mappingSameURI ns0:Location ;
    metadata_def:prefLabel "Location" ;
    metadata:prefixIRI "ns4:Location" ;
    a owl:Class ;
    rdfs:comment "Information about location where the Situation Record was generated. It contains several properties describing the Location. It contains geo:longitude and geo:latitude for creataing external links to othe datasets." ;
    rdfs:label "Location" ;
    rdfs:subClassOf owl:Thing .

ns0:countyNumber
    rdfs:domain ns0:Location .

ns0:has_Location
    rdfs:range ns0:Location .

ns0:location_Of_Situation
    rdfs:domain ns0:Location .

ns1:road
    rdfs:domain ns0:Location .

ns2:latitude
    rdfs:domain ns0:Location .

ns2:longitude
    rdfs:domain ns0:Location .