summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom.stdin@gmail.com>2010-03-19 12:28:41 +0000
committerEvgeny Egorochkin <phreedom.stdin@gmail.com>2010-03-19 12:28:41 +0000
commit6a546551e3b572bbe05a79fff1aa3e9d7544e22a (patch)
tree8395ff9613da4027a4d391c748e29a7cf9586dea
parentf0f5b7ecfc99f60ad6c3d93605e9b0e9f6effcb5 (diff)
Added nao:isDataGraphFor. #27
-rw-r--r--nao/nao.trig9
1 files changed, 8 insertions, 1 deletions
diff --git a/nao/nao.trig b/nao/nao.trig
index d800b65..e290b00 100644
--- a/nao/nao.trig
+++ b/nao/nao.trig
@@ -122,6 +122,13 @@
rdfs:subPropertyOf <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#annotation> ;
nrl:inverseProperty nao:hasTag .
+ <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#isDataGraphFor>
+ a rdf:Property ;
+ rdfs:label "is data graph for" ;
+ rdfs:comment "Links a named graph to the resource for which it contains metadata. Its typical usage would be to link the graph containing extracted file metadata to the file resource. This allows for easy maintenance later on." ;
+ rdfs:domain nrl:InstanceBase ;
+ rdfs:range rdfs:Resource .
+
<http://www.semanticdesktop.org/ontologies/2007/08/15/nao#version>
a rdf:Property ;
rdfs:comment "Specifies the version of a graph, in numeric format" ;
@@ -349,7 +356,7 @@
a nrl:Ontology , nrl:DocumentGraph ;
nao:hasDefaultNamespace "http://www.semanticdesktop.org/ontologies/2007/08/15/nao#" ;
nao:hasDefaultNamespaceAbbreviation "nao" ;
- nao:lastModified "2010-03-18T10:50:48Z" ;
+ nao:lastModified "2010-03-19T12:31:43Z" ;
nao:serializationLanguage "TriG" ;
nao:status "Unstable" ;
nrl:updatable "0" ;