summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2010-06-03 14:33:19 +0300
committerJürg Billeter <j@bitron.ch>2010-06-03 14:33:19 +0300
commit72f187fb8cd3e7f49a4ed91f4654875999bf36bc (patch)
tree130e273da3140961f0852984427bfd4557a9d29c
parent36a1f7c00c648a9bf35203554b6df48cd879f19c (diff)
downloadtracker-72f187fb8cd3e7f49a4ed91f4654875999bf36bc.tar.gz
NCO: Do not use nie:hasPart subproperties for linked objects
-rw-r--r--data/ontologies/32-nco.ontology4
1 files changed, 0 insertions, 4 deletions
diff --git a/data/ontologies/32-nco.ontology b/data/ontologies/32-nco.ontology
index 076bd0546..8d2c775dd 100644
--- a/data/ontologies/32-nco.ontology
+++ b/data/ontologies/32-nco.ontology
@@ -248,7 +248,6 @@ nco:region a rdf:Property ;
nco:key a rdf:Property ;
rdfs:label "key" ;
rdfs:comment "An encryption key attached to a contact. Inspired by the KEY property defined in RFC 2426 sec. 3.7.2" ;
- rdfs:subPropertyOf nie:hasPart ;
nrl:maxCardinality 1 ;
rdfs:domain nco:Contact ;
rdfs:range nie:DataObject .
@@ -483,7 +482,6 @@ nco:hasPhoneNumber a rdf:Property ;
nco:photo a rdf:Property ;
rdfs:label "photo" ;
rdfs:comment "Photograph attached to a Contact. The DataObject refered to by this property is usually interpreted as an nfo:Image. Inspired by the PHOTO property defined in RFC 2426 sec. 3.1.4" ;
- rdfs:subPropertyOf nie:hasPart ;
nrl:maxCardinality 1 ;
rdfs:domain nco:Contact ;
rdfs:range nie:DataObject .
@@ -492,7 +490,6 @@ nco:photo a rdf:Property ;
nco:logo a rdf:Property ;
rdfs:label "logo" ;
rdfs:comment "Logo of a company. Inspired by the LOGO property defined in RFC 2426 sec. 3.5.3" ;
- rdfs:subPropertyOf nie:hasPart ;
nrl:maxCardinality 1 ;
rdfs:domain nco:OrganizationContact ;
rdfs:range nie:DataObject .
@@ -609,7 +606,6 @@ nco:locality a rdf:Property ;
nco:sound a rdf:Property ;
rdfs:label "sound" ;
rdfs:comment "Sound clip attached to a Contact. The DataObject refered to by this property is usually interpreted as an nfo:Audio. Inspired by the SOUND property defined in RFC 2425 sec. 3.6.6." ;
- rdfs:subPropertyOf nie:hasPart ;
nrl:maxCardinality 1 ;
rdfs:domain nco:Contact ;
rdfs:range nie:DataObject .