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
Prefix | IRI |
sp | http://spinrdf.org/sp# |
rdf | http://www.w3.org/1999/02/22-rdf-syntax-ns# |
xsdh | http://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()) .
}
}
}