summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom.stdin@gmail.com>2009-07-20 21:53:14 +0000
committerEvgeny Egorochkin <phreedom.stdin@gmail.com>2009-07-20 21:53:14 +0000
commitbb9b35c9e30456485482b36694e7f286af98754a (patch)
tree3c0cca077c0b66bd8845b0428c40c613468ef144
parent8d53c685cf6711a93b641d0abd39addabc156701 (diff)
Made nco:fullname a subproperty of nie:title. https://sourceforge.net:443/apps/trac/oscaf/ticket/25
-rw-r--r--nco/nco.trig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nco/nco.trig b/nco/nco.trig
index 790cd7e..cb7c90f 100644
--- a/nco/nco.trig
+++ b/nco/nco.trig
@@ -238,7 +238,7 @@ nco: {nco:region
rdfs:label "fullname" ;
rdfs:range xsd:string ;
nrl:maxCardinality "1" ;
- rdfs:subPropertyOf dc:title .
+ rdfs:subPropertyOf nie:title .
nco:ContactGroup
a rdfs:Class ;