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

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

Namespace Prefixes

PrefixIRI
sphttp://spinrdf.org/sp#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
xsdhhttp://www.w3.org/2001/XMLSchema#

Statements

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()) . } } }