diff options
author | Evgeny Egorochkin <phreedom.stdin@gmail.com> | 2009-07-20 21:53:14 +0000 |
---|---|---|
committer | Evgeny Egorochkin <phreedom.stdin@gmail.com> | 2009-07-20 21:53:14 +0000 |
commit | bb9b35c9e30456485482b36694e7f286af98754a (patch) | |
tree | 3c0cca077c0b66bd8845b0428c40c613468ef144 /nco/nco.trig | |
parent | 8d53c685cf6711a93b641d0abd39addabc156701 (diff) |
Made nco:fullname a subproperty of nie:title. https://sourceforge.net:443/apps/trac/oscaf/ticket/25
Diffstat (limited to 'nco/nco.trig')
-rw-r--r-- | nco/nco.trig | 2 |
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 ;
|