@prefix : .
@prefix skos: .
@prefix rdf: .
@prefix rdfs: .
@prefix foaf: .
@prefix pro: .
@prefix scoro: .
@prefix ti: .
@prefix tvc: .
@prefix xsd: .
@prefix fabio: .
@prefix dcelements: .
@prefix dcterms: .
@prefix frbr: .
@prefix prism: .
@prefix doco: .
@prefix po: .
@prefix co: .
@prefix trt: .
@prefix c4o: .
@prefix dwciri: .
@prefix nomen: .
@prefix dwc: .
@prefix sro: .
@prefix deo: .
@prefix pext: .
@prefix ptop: .
@prefix pkm: .
@prefix vcard: .
@prefix dbr: .
@prefix org: .
@prefix owl: .
@prefix lucene: .
@prefix inst: .
@prefix dbo: .
@prefix vs: .
@prefix dwcattributesns: .
## ----http://openbiodiv.net/RCC5RelationshipTerms-------------------------
:RCC5RelationTerms a :RCC5Dictionary ;
skos:prefLabel "OpenBiodiv RCC-5 Vocabulary" .
## ----http://openbiodiv.net/RCC5Relation----------------------------------
:Equals_INT rdf:type :RCC5Relation ;
skos:inScheme :RCC5RelationTerms ;
rdfs:label "Equals (INT)" ;
rdfs:comment "= EQ(x,y) Equals (intensional)"@en .
## ----http://openbiodiv.net/ProperPart_INT--------------------------------
:ProperPart_INT rdf:type :RCC5Relation ;
skos:inScheme :RCC5RelationTerms ;
rdfs:label "Proper Part (INT)" ;
rdfs:comment "< PP(x,y) Proper Part of (intensional)"@en .
## ------------------------------------------------------------------------
:InverseProperPart_INT rdf:type :RCC5Relation ;
skos:inScheme :RCC5RelationTerms ;
rdfs:label "Inverse Proper Part (INT)" ;
rdfs:comment "iPP(x, y) Inverse Proper Part (intensional)"@en .
## ------------------------------------------------------------------------
:PartiallyOverlaps_INT rdf:type :RCC5Relation ;
skos:inScheme :RCC5RelationTerms ;
rdfs:label "Partially Overlaps (INT)" ;
rdfs:comment "o PO(x,y) Partially Overlaps (intensional)"@en .
## ------------------------------------------------------------------------
:Disjoint_INT rdf:type :RCC5Relation ;
skos:inScheme :RCC5RelationTerms ;
rdfs:label "Disjoint (INT)" ;
rdfs:comment "! DR(x,y) Disjoint from (intensional)."@en .
## ------------------------------------------------------------------------
:Equals_OST rdf:type :RCC5Relation ;
skos:inScheme :RCC5RelationTerms ;
rdfs:label "Equals (OST)" ;
rdfs:comment "= EQ(x,y) Equals (ostensive)"@en .
## ------------------------------------------------------------------------
:ProperPart_OST rdf:type :RCC5Relation ;
skos:inScheme :RCC5RelationTerms ;
rdfs:label "Proper Part (OST)" ;
rdfs:comment "< PP(x,y) Proper Part of (ostensive)"@en .
## ------------------------------------------------------------------------
:InverseProperPart_OST rdf:type :RCC5Relation ;
skos:inScheme :RCC5RelationTerms ;
rdfs:label "Inverse Proper Part (OST)" ;
rdfs:comment "iPP(x, y) Inverse Proper Part (ostensive)"@en .
## ------------------------------------------------------------------------
:PartiallyOverlaps_OST rdf:type :RCC5Relation ;
skos:inScheme :RCC5RelationTerms ;
rdfs:label "Partially Overlaps (OST)" ;
rdfs:comment "o PO(x,y) Partially Overlaps (ostensive)"@en .
## ------------------------------------------------------------------------
:Disjoint_OST rdf:type :RCC5Relation ;
skos:inScheme :RCC5RelationTerms ;
rdfs:label "Disjoint (OST)" ;
rdfs:comment "! DR(x,y) Disjoint from (ostensive)."@en .