summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom.stdin@gmail.com>2010-03-18 10:49:35 +0000
committerEvgeny Egorochkin <phreedom.stdin@gmail.com>2010-03-18 10:49:35 +0000
commitf0f5b7ecfc99f60ad6c3d93605e9b0e9f6effcb5 (patch)
tree2db0aa7a2de3fdb36ff001c61bdf40e918d39fa1
parent4eec1d788e12f64cce23c53fb5972717d5d2d1ce (diff)
nao:hasSubResource and nao:hasSuperResource were wrongly marked as nrl:SymmetricProperty. #68
-rw-r--r--nao/nao.trig6
1 files changed, 3 insertions, 3 deletions
diff --git a/nao/nao.trig b/nao/nao.trig
index 5a9d740..d800b65 100644
--- a/nao/nao.trig
+++ b/nao/nao.trig
@@ -98,7 +98,7 @@
nrl:inverseProperty nao:hasTopic .
<http://www.semanticdesktop.org/ontologies/2007/08/15/nao#hasSubResource>
- a rdf:Property, nrl:SymmetricProperty ;
+ a rdf:Property ;
rdfs:comment "Defines a relationship between a resource and one or more sub resources" ;
rdfs:label "has Subresource" ;
rdfs:range rdfs:Resource ;
@@ -106,7 +106,7 @@
nrl:inverseProperty nao:hasSuperResource .
<http://www.semanticdesktop.org/ontologies/2007/08/15/nao#hasSuperResource>
- a rdf:Property, nrl:SymmetricProperty ;
+ a rdf:Property ;
rdfs:comment "Defines a relationship between a resource and one or more super resources" ;
rdfs:label "has Superresource" ;
rdfs:range rdfs:Resource ;
@@ -349,7 +349,7 @@
a nrl:Ontology , nrl:DocumentGraph ;
nao:hasDefaultNamespace "http://www.semanticdesktop.org/ontologies/2007/08/15/nao#" ;
nao:hasDefaultNamespaceAbbreviation "nao" ;
- nao:lastModified "2009-07-20T14:59:09.500Z" ;
+ nao:lastModified "2010-03-18T10:50:48Z" ;
nao:serializationLanguage "TriG" ;
nao:status "Unstable" ;
nrl:updatable "0" ;