summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Trueg <trueg@kde.org>2010-12-08 13:51:57 +0100
committerSebastian Trueg <trueg@kde.org>2011-02-22 10:53:20 +0100
commit5fc0aeb2d09b7156003f1d55ad4b556785c17c47 (patch)
treec0819ddf3bbba4059968ca9c4240b7dd2d1f5b07
parent218a2e9daab93c6fcd1654b6b5e9eb2e17828ef5 (diff)
Deprecated nco:contactMediumComment in favor of nie:comment or nao:description.
-rw-r--r--nco/nco.trig.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/nco/nco.trig.in b/nco/nco.trig.in
index aebcf2e..e0ab192 100644
--- a/nco/nco.trig.in
+++ b/nco/nco.trig.in
@@ -507,10 +507,11 @@ nco: {nco:region
nco:contactMediumComment
a rdf:Property ;
- rdfs:comment "A comment about the contact medium." ;
+ rdfs:comment "A comment about the contact medium. (Deprecated in favor of nie:comment or nao:description - based on the context)" ;
rdfs:domain nco:ContactMedium ;
rdfs:label "contactMediumComment" ;
- rdfs:range xsd:string .
+ rdfs:range xsd:string ;
+ nao:deprecated true.
nco:foafUrl
a rdf:Property ;