SPARQL | HTML Microdata document
This HTML5 document contains 7 embedded RDF statements represented using HTML+Microdata notation.
The embedded RDF content will be recognized by any processor of HTML5 Microdata.
Namespace Prefixes
Prefix IRI
gr http://purl.org/goodrelations/v1#
rdfs http://www.w3.org/2000/01/rdf-schema#
n5 http://purl.org/goodrelations/
rdf http://www.w3.org/1999/02/22-rdf-syntax-ns#
owl http://www.w3.org/2002/07/owl#
xsdh http://www.w3.org/2001/XMLSchema#
Statements
Subject Item gr:hasNext
rdf:type
owl:ObjectProperty
owl:inverseOf
gr:hasPrevious
rdfs:label
has next (0..1)
rdfs:domain
gr:DayOfWeek
rdfs:range
gr:DayOfWeek
rdfs:isDefinedBy
n5:v1
rdfs:comment
This ordering relation for gr:DayOfWeek indicates that the subject is directly followed by the object.
Example: Monday hasNext Tuesday
Since days of the week are a cycle, this property is not transitive.