Skip to content

Commit

Permalink
pulled from iand-master
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmmmrob committed Apr 5, 2011
1 parent 50e9d28 commit a061ec9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
10 changes: 9 additions & 1 deletion schema.rdf.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,14 @@ place:in a owl:ObjectProperty
; rdfs:isDefinedBy place:
.

place:contains a owl:ObjectProperty
; rdfs:label "contains"
; owl:inverseOf place:in
; rdfs:comment """contains is the inverse of in "France contains Paris"."""
; vs:term_status "testing"
; rdfs:isDefinedBy place:
.

place:overlaps a owl:ObjectProperty
; rdfs:label "overlaps"
; rdfs:comment "Overlaps is a property for saying that a particular place shares an area of land with another place but that neither place is entirely within the other."
Expand Down Expand Up @@ -497,4 +505,4 @@ place:Parish rdfs:label "Parish"@en-gb,"Paroisse"@fr-fr,"Gemeinde"@de,"Parroquia
place:Municipality rdfs:label "Municipality"@en-gb,"Municipalité"@fr-fr,"Gemeinde"@de,"Municipio"@es,""@zh .
place:Province rdfs:label "Province"@en-gb,"Province"@fr-fr,"Provinz"@de,"Provincia"@es,""@zh .
place:in rdfs:label "in"@en-gb,"dans"@fr-fr,"in"@de,"en"@es,""@zh .
place:overlaps rdfs:label "overlaps"@en-gb,"chevauchements"@fr-fr,"Überschneidungen"@de,"solapamientos"@es,"重叠"@zh .
place:overlaps rdfs:label "overlaps"@en-gb,"chevauchements"@fr-fr,"Überschneidungen"@de,"solapamientos"@es,"重叠"@zh .
7 changes: 7 additions & 0 deletions schema.rdf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,13 @@
<rdfs:range rdf:resource="http://purl.org/ontology/places#Boundary"/>
<vs:term_status>testing</vs:term_status>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/ontology/places#contains">
<rdfs:comment>contains is the inverse of in "France contains Paris".</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/ontology/places#"/>
<rdfs:label>contains</rdfs:label>
<owl:inverseOf rdf:resource="http://purl.org/ontology/places#in"/>
<vs:term_status>testing</vs:term_status>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/ontology/places#in">
<rdfs:comment>in is a property that allows you to say that a place is entirely within the boundaries of another place. It allows you to make statements like "Paris is in france".</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/ontology/places#"/>
Expand Down

0 comments on commit a061ec9

Please sign in to comment.