summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Guido <m4db0b@users.sourceforge.net>2010-03-09 19:00:01 +0000
committerRoberto Guido <m4db0b@users.sourceforge.net>2010-03-09 19:00:01 +0000
commit94f200c24bb9c31951c4f6685ce567101792f875 (patch)
treec53917ef7fe43b6a272f93ee939b4469723b36a4
parent3bc9ac2aff07b9b32ba7949186b4147de95e04ff (diff)
Added nfo:characterPosition, nfo:pageNumber and nfo:streamPosition as
properties of nfo:Bookmark. Closes bug #23
-rw-r--r--nfo/nfo.trig25
1 files changed, 23 insertions, 2 deletions
diff --git a/nfo/nfo.trig b/nfo/nfo.trig
index c86c1f5..a71d8bc 100644
--- a/nfo/nfo.trig
+++ b/nfo/nfo.trig
@@ -227,6 +227,27 @@ nfo: {nfo:horizontalResolution
rdfs:range nie:DataObject ;
rdfs:subPropertyOf nie:links .
+ nfo:characterPosition
+ a rdf:Property ;
+ rdfs:comment "Character position of the bookmark." ;
+ rdfs:domain nfo:Bookmark ;
+ rdfs:label "characterPosition" ;
+ rdfs:range xsd:integer .
+
+ nfo:pageNumber
+ a rdf:Property ;
+ rdfs:comment "Page linked by the bookmark." ;
+ rdfs:domain nfo:Bookmark ;
+ rdfs:label "pageNumber" ;
+ rdfs:range xsd:integer .
+
+ nfo:streamPosition
+ a rdf:Property ;
+ rdfs:comment "Stream position of the bookmark, suitable for e.g. audio books. Expressed in milliseconds" ;
+ rdfs:domain nfo:Bookmark ;
+ rdfs:label "streamPosition" ;
+ rdfs:range xsd:integer .
+
nfo:RemotePortAddress
a rdfs:Class ;
rdfs:comment "An address specifying a remote host and port. Such an address can be interpreted in many ways (examples of such interpretations include mailboxes, websites, remote calendars or filesystems), depending on an interpretation, various kinds of data may be extracted from such an address." ;
@@ -810,10 +831,10 @@ nfo: {nfo:horizontalResolution
"http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#" ;
nao:hasDefaultNamespaceAbbreviation
"nfo" ;
- nao:lastModified "2009-07-20T14:59:09.500Z" ;
+ nao:lastModified "2010-03-09T18:55:40.500Z" ;
nao:status "Unstable" ;
nao:updatable "0 " ;
- nao:version "Revision-9" .
+ nao:version "Revision-10" .
<http://www.semanticdesktop.org/ontologies/2007/03/22/nfo_metadata#>
a nrl:GraphMetadata ;