thuecat/Tests/Functional/Fixtures/Import/Guzzle/thuecat.org/resources/special-opening-hours.json
Daniel Siepmann 8acbe136d4
Add special opening hours (#84)
It is possible to define special opening hours, e.g. for holidays.
Those are now also imported and provided to the templates.

Relates: #10185
2022-11-28 11:06:54 +01:00

121 lines
4.5 KiB
JSON

{
"@context": {
"cdb": "https://thuecat.org/ontology/cdb/1.0/",
"dachkg": "https://thuecat.org/ontology/dachkg/1.0/",
"dbo": "http://dbpedia.org/ontology/",
"dsv": "http://ontologies.sti-innsbruck.at/dsv/",
"foaf": "http://xmlns.com/foaf/0.1/",
"owl": "http://www.w3.org/2002/07/owl#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"schema": "http://schema.org/",
"sh": "http://www.w3.org/ns/shacl#",
"thuecat": "https://thuecat.org/ontology/thuecat/1.0/",
"ttgds": "https://thuecat.org/ontology/ttgds/1.0/",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@graph": [
{
"@id": "https://thuecat.org/resources/835224016581-dara",
"@type": [
"schema:Place",
"schema:Thing",
"schema:TouristAttraction",
"ttgds:PointOfInterest",
"thuecat:Building",
"thuecat:ReligiousBuilding",
"thuecat:Cathedral",
"thuecat:CatholicChurch",
"thuecat:Dome"
],
"thuecat:contentResponsible": {
"@id": "https://thuecat.org/resources/018132452787-ngbe"
},
"schema:availableLanguage": [
{
"@type": "thuecat:Language",
"@value": "thuecat:German"
},
{
"@type": "thuecat:Language",
"@value": "thuecat:English"
}
],
"schema:name": [
{
"@language": "de",
"@value": "Dom St. Marien"
},
{
"@language": "en",
"@value": "Cathedral of St. Mary"
}
],
"schema:specialOpeningHoursSpecification": [
{
"@id": "genid-6b61946f64bc4b518eac7d499bb5375f-b10",
"@type": [
"schema:Thing",
"schema:Intangible",
"schema:StructuredValue",
"schema:OpeningHoursSpecification"
],
"schema:closes": {
"@type": "schema:Time",
"@value": "14:00:00"
},
"schema:dayOfWeek": {
"@type": "schema:DayOfWeek",
"@value": "schema:Saturday"
},
"schema:opens": {
"@type": "schema:Time",
"@value": "10:00:00"
},
"schema:validFrom": {
"@type": "schema:Date",
"@value": "2050-12-31"
},
"schema:validThrough": {
"@type": "schema:Date",
"@value": "2050-12-31"
}
},
{
"@id": "genid-6b61946f64bc4b518eac7d499bb5375f-b11",
"@type": [
"schema:Thing",
"schema:Intangible",
"schema:StructuredValue",
"schema:OpeningHoursSpecification"
],
"schema:closes": {
"@type": "schema:Time",
"@value": "14:00:00"
},
"schema:dayOfWeek": {
"@type": "schema:DayOfWeek",
"@value": "schema:Saturday"
},
"schema:opens": {
"@type": "schema:Time",
"@value": "10:00:00"
},
"schema:validFrom": {
"@type": "schema:Date",
"@value": "2021-12-31"
},
"schema:validThrough": {
"@type": "schema:Date",
"@value": "2021-12-31"
}
}
],
"schema:url": {
"@type": "schema:URL",
"@value": "http://www.dom-erfurt.de"
}
}
]
}