From XLDB
<?xml version="1.0" encoding="ISO-8859-1"?>
<rdf:RDF
xmlns = "http://xldb.di.fc.ul.pt/geo_net_pt01.owl#"
xml:base = "http://xldb.di.fc.ul.pt/geo_net_pt01.owl#"
xmlns:gn = "http://xldb.di.fc.ul.pt/geo_net_pt01.owl#"
xmlns:owl = "http://www.w3.org/2002/07/owl#"
xmlns:rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs = "http://www.w3.org/2000/01/rdf-schema#"
>
<owl:Class rdf:ID="Geo_Feature">
<rdfs:label>Feature geográfica - um objeto físico no domínio geográfico de Portugal</rdfs:label>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="#geo_id"/>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="#geo_name"/>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="#info_source_id"/>
<owl:allValuesFrom>
<owl:Class>
<owl:oneOf rdf:parseType="Collection">
<gn:Info_Source rdf:about="#INE"/>
<gn:Info_Source rdf:about="#CTT"/>
</owl:oneOf>
</owl:Class>
</owl:allValuesFrom>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<owl:ObjectProperty rdf:ID="info_source_id">
<rdfs:label>Código identificador da fonte de informação geográfica</rdfs:label>
<rdfs:domain rdf:resource="#Geo_Feature"/>
<rdfs:domain rdf:resource="#Geo_Name"/>
<rdfs:range rdf:resource="#Info_Source"/>
</owl:ObjectProperty>
<owl:Class rdf:ID="Net_Feature">
<rdfs:label>Feature internet - composta ao menos por um nome, um tipo e uma fonte de informação</rdfs:label>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="#net_id"/>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="#ip_number"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="#has_scope"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<owl:DatatypeProperty rdf:ID="ip_number">
<rdfs:label>Número IP (Internet Protocol) de um dominio ou um site</rdfs:label>
<rdfs:domain rdf:resource="#Net_Feature"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
</owl:DatatypeProperty>
<owl:ObjectProperty rdf:ID="has_scope">
<rdfs:label>Propriedade utilizada para associar um código de uma feature geográfica atribuindo um âmbito para uma feature internet do tipo site</rdfs:label>
<rdf:type rdf:resource="owl;FunctionalProperty"/>
<rdfs:domain rdf:resource="#Net_Feature"/>
<rdfs:range rdf:resource="#Geo_Feature"/>
</owl:ObjectProperty>
<Info_Source rdf:ID="CTT">
<rdfs:label>Correios Telégrafos e Telefones</rdfs:label>
</Info_Source>
<Geo_Type rdf:ID="CON">
<rdfs:label>adm:concelho</rdfs:label>
</Geo_Type>
<Net_Type rdf:ID="STE">
<rdfs:label>sítio web</rdfs:label>
</Net_Type>
</rdf:RDF>