@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix gr: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . owl:Class a rdfs:Class ; rdfs:label "Class" . owl:DatatypeProperty a rdfs:Class ; rdfs:label "DatatypeProperty" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of valid through (0..1)" ; foaf:primaryTopic gr:validThrough . dcterms:source a rdf:Property ; rdfs:label "Source"@en . rdf:first a rdf:Property ; rdfs:label "first" . rdf:rest a rdf:Property ; rdfs:label "rest" . rdf:type a rdf:Property ; rdfs:label "type" . rdfs:comment a rdf:Property ; rdfs:label "comment" . rdfs:domain a rdf:Property ; rdfs:label "domain" . rdfs:isDefinedBy a rdf:Property ; rdfs:label "isDefinedBy" . rdfs:label a rdf:Property ; rdfs:label "label" . rdfs:range a rdf:Property ; rdfs:label "range" . owl:unionOf a rdf:Property ; rdfs:label "unionOf" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of valid through (0..1)" . dc:format "text/n3" ; dcterms:title "Notation3 description of valid through (0..1)" . dc:format "text/plain" ; dcterms:title "NTriples description of valid through (0..1)" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of valid through (0..1)" . dc:format "text/turtle" ; dcterms:title "Turtle description of valid through (0..1)" . a owl:Ontology ; rdfs:label "GoodRelations Ontology"@en ; dc:title "The GoodRelations Vocabulary for Semantic Web-based E-Commerce"@en ; dcterms:license . gr:License a owl:Class ; rdfs:label "License"@en . gr:Offering a owl:Class ; rdfs:label "Offering"@en . gr:OpeningHoursSpecification a owl:Class ; rdfs:label "Opening hours specification"@en . gr:PriceSpecification a owl:Class ; rdfs:label "Price specification"@en . gr:validThrough a owl:DatatypeProperty ; rdfs:label "valid through (0..1)"@en ; rdfs:comment """This property specifies the end of the validity of the gr:Offering, gr:PriceSpecification, gr:License, or gr:OpeningHoursSpecification. A time-zone should be specified. For a time in GMT/UTC, simply add a "Z" following the time: 2008-05-30T09:30:10Z. Alternatively, you can specify an offset from the UTC time by adding a positive or negative time following the time: 2008-05-30T09:30:10-09:00 or 2008-05-30T09:30:10+09:00. Note 1: If multiple contradicting instances of a gr:Offering, gr:PriceSpecification, or gr:OpeningHoursSpecification exist, it is a good heuristics to assume that 1. Information with validity information for the respective period of time ranks higher than information without validity information. 2. Among conflicting nodes both having validity information, the one with the shorter validity span ranks higher. Note 2: For Google, attaching a gr:validThrough statement to a gr:UnitPriceSpecification is mandatory. """@en ; rdfs:domain [ a owl:Class ; owl:unionOf ( gr:Offering gr:OpeningHoursSpecification gr:PriceSpecification gr:License ) ] ; rdfs:isDefinedBy ; rdfs:range xsd:dateTime . a owl:Class . () a rdf:List ; rdfs:label "nil" . [] a ov:RequestedDocument ; dcterms:source .