This HTML5 document contains 13 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
grhttp://purl.org/goodrelations/v1#
n13http://demo.openlinksw.com/sparql/
sphttp://spinrdf.org/sp#
spinhttp://spinrdf.org/spin#
wdrshttp://www.w3.org/2007/05/powder-s#
schemahttp://schema.org/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n10http://demo.openlinksw.com/about/id/entity/http/purl.org/goodrelations/
voidhttp://rdfs.org/ns/void#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n11http://linkeddata.uriburner.com:28898/about/id/entity/http/schema.org/
owlhttp://www.w3.org/2002/07/owl#
n8http://schema.org/Offer#
xsdhhttp://www.w3.org/2001/XMLSchema#

Statements

Subject Item
schema:Offer
rdf:type
schema:CreativeWork owl:Class
rdfs:subClassOf
gr:Offering
rdfs:label
Offer Class
rdfs:comment
Instances of this Class are subjects of an <mainEntityOfPage> Property generated by an Inference Rule
owl:sameAs
n8:this
wdrs:describedby
n10:v1
schema:url
schema:Offer
schema:mainEntity
n11:Offer
void:sparqlEndpoint
n13:
spin:rule
_:vb812013
Subject Item
_:vb812013
rdf:type
sp:Construct
sp:text
# <about> Relation PREFIX : <#> CONSTRUCT { ?offer <mainEntityOfPage> ?this } WHERE { { SELECT ?offer # FROM <urn:ingleng:inf:demo:data> { ?offer a schema:Offer ; schema:validFrom ?vfrom ; schema:validThrough ?vthrough . FILTER(?vfrom <= bif:curutcdatetime() and ?vthrough >= bif:curutcdatetime()) . } } }