{ "@context": { "ds": "https://vocab.sti2.at/ds/", "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "schema": "https://schema.org/", "sh": "http://www.w3.org/ns/shacl#", "xsd": "http://www.w3.org/2001/XMLSchema#", "ds:propertyDisplayOrder": { "@container": "@list", "@type": "@id" }, "ds:subDSOf": { "@type": "@id" }, "ds:usedVocabulary": { "@type": "@id" }, "sh:targetClass": { "@type": "@id" }, "sh:targetObjectsOf": { "@type": "@id" }, "sh:targetSubjectsOf": { "@type": "@id" }, "sh:class": { "@type": "@id" }, "sh:path": { "@type": "@id" }, "sh:datatype": { "@type": "@id" }, "sh:equals": { "@type": "@id" }, "sh:disjoint": { "@type": "@id" }, "sh:lessThan": { "@type": "@id" }, "sh:lessThanOrEquals": { "@type": "@id" }, "sh:in": { "@container": "@list" }, "sh:languageIn": { "@container": "@list" }, "sh:or": { "@container": "@list" } }, "@graph": [ { "@id": "https://semantify.it/ds/_1hRVOT8Q", "@type": "ds:DomainSpecification", "sh:targetClass": [ "schema:Airport" ], "sh:class": [ "schema:Airport" ], "schema:name": [ { "@language": "en", "@value": "Airport" } ], "schema:description": [ { "@language": "en", "@value": "Airport Domain Specification is a domain-specific pattern for annotating airports using schema.org vocabulary. " } ], "schema:author": { "@type": "schema:Person", "schema:name": "elias", "schema:memberOf": { "@type": "schema:Organization", "schema:name": "STI Innsbruck" } }, "ds:version": "7.0", "schema:version": "1.19", "schema:schemaVersion": "12.0", "sh:closed": true, "ds:propertyDisplayOrder": [ "schema:identifier", "schema:alternateName", "schema:name", "schema:icaoCode", "schema:address", "schema:description", "schema:openingHoursSpecification", "schema:geo", "schema:image", "schema:telephone", "schema:url", "schema:aggregateRating", "schema:faxNumber", "schema:containsPlace", "schema:mainEntityOfPage", "schema:hasMap", "schema:sameAs" ], "sh:property": [ { "@type": "sh:PropertyShape", "sh:path": "schema:identifier", "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:anyURI" }, { "sh:datatype": "xsd:string" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:alternateName", "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:name", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:icaoCode", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:address", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:node": { "@id": "https://semantify.it/ds/_1hRVOT8Q#cPYNm", "@type": "sh:NodeShape", "sh:class": [ "schema:PostalAddress" ], "sh:closed": true, "ds:propertyDisplayOrder": [ "schema:addressCountry", "schema:addressRegion", "schema:addressLocality", "schema:postalCode", "schema:streetAddress" ], "sh:property": [ { "@type": "sh:PropertyShape", "sh:path": "schema:addressCountry", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:node": { "@id": "https://semantify.it/ds/_1hRVOT8Q#MEVbG", "@type": "sh:NodeShape", "sh:class": [ "schema:Country" ], "sh:closed": true, "ds:propertyDisplayOrder": [ "schema:name" ], "sh:property": [ { "@type": "sh:PropertyShape", "sh:path": "schema:name", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] } ] } }, { "sh:datatype": "xsd:string" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:addressRegion", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:addressLocality", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:postalCode", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:streetAddress", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] } ] } } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:description", "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:openingHoursSpecification", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:node": { "@id": "https://semantify.it/ds/_1hRVOT8Q#gEANS", "@type": "sh:NodeShape", "sh:class": [ "schema:OpeningHoursSpecification" ], "sh:closed": true, "ds:propertyDisplayOrder": [ "schema:opens", "schema:closes", "schema:dayOfWeek", "schema:validFrom", "schema:validThrough", "schema:description" ], "sh:property": [ { "@type": "sh:PropertyShape", "sh:path": "schema:opens", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:time" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:closes", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:time" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:dayOfWeek", "sh:minCount": 1, "sh:or": [ { "sh:node": { "@id": "https://semantify.it/ds/_1hRVOT8Q#IJebi", "@type": "sh:NodeShape", "sh:class": [ "schema:DayOfWeek" ], "sh:in": [ { "@id": "schema:Monday" }, { "@id": "schema:Tuesday" }, { "@id": "schema:Wednesday" }, { "@id": "schema:Thursday" }, { "@id": "schema:Friday" }, { "@id": "schema:Saturday" }, { "@id": "schema:Sunday" }, { "@id": "schema:PublicHolidays" } ] } } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:validFrom", "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:dateTime" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:validThrough", "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:dateTime" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:description", "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] } ] } } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:geo", "sh:maxCount": 1, "sh:or": [ { "sh:node": { "@id": "https://semantify.it/ds/_1hRVOT8Q#xExsc", "@type": "sh:NodeShape", "sh:class": [ "schema:GeoCoordinates" ], "sh:closed": true, "ds:propertyDisplayOrder": [ "schema:longitude", "schema:latitude", "schema:elevation" ], "sh:property": [ { "@type": "sh:PropertyShape", "sh:path": "schema:longitude", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" }, { "sh:datatype": "xsd:double" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:latitude", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" }, { "sh:datatype": "xsd:double" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:elevation", "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" }, { "sh:datatype": "xsd:double" } ] } ] } } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:image", "sh:minCount": 1, "sh:or": [ { "sh:datatype": "xsd:anyURI" }, { "sh:node": { "@id": "https://semantify.it/ds/_1hRVOT8Q#XYSnX", "@type": "sh:NodeShape", "sh:class": [ "schema:ImageObject" ], "sh:closed": true, "ds:propertyDisplayOrder": [ "schema:identifier", "schema:url", "schema:caption", "schema:contentUrl", "schema:height", "schema:width", "schema:copyrightHolder", "schema:copyrightYear", "schema:license", "schema:uploadDate", "schema:contentSize", "schema:thumbnailUrl", "schema:representativeOfPage" ], "sh:property": [ { "@type": "sh:PropertyShape", "sh:path": "schema:identifier", "rdfs:comment": [ { "@language": "en", "@value": "Additional or internal identifier for an image." } ], "sh:minCount": 0, "sh:or": [ { "sh:datatype": "xsd:anyURI" }, { "sh:datatype": "xsd:string" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:url", "rdfs:comment": [ { "@language": "en", "@value": "The URL of an image related to the annotated web page." } ], "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:anyURI" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:caption", "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:contentUrl", "rdfs:comment": [ { "@language": "en", "@value": "URL that provides a directly retrievable instance of the ImageObject." } ], "sh:minCount": 0, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:anyURI" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:height", "rdfs:comment": [ { "@language": "en", "@value": "The height of an image in pixels." } ], "sh:minCount": 0, "sh:maxCount": 1, "sh:or": [ { "sh:node": { "@id": "https://semantify.it/ds/_1hRVOT8Q#OPFay", "@type": "sh:NodeShape", "sh:class": [ "schema:QuantitativeValue" ], "sh:closed": true, "ds:propertyDisplayOrder": [ "schema:value" ], "sh:property": [ { "@type": "sh:PropertyShape", "sh:path": "schema:value", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:double" }, { "sh:datatype": "xsd:string" } ] } ] } } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:width", "rdfs:comment": [ { "@language": "en", "@value": "The width of an image in pixels." } ], "sh:minCount": 0, "sh:maxCount": 1, "sh:or": [ { "sh:node": { "@id": "https://semantify.it/ds/_1hRVOT8Q#GEzDu", "@type": "sh:NodeShape", "sh:class": [ "schema:QuantitativeValue" ], "sh:closed": true, "ds:propertyDisplayOrder": [ "schema:value" ], "sh:property": [ { "@type": "sh:PropertyShape", "sh:path": "schema:value", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:double" }, { "sh:datatype": "xsd:string" } ] } ] } } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:copyrightHolder", "rdfs:comment": [ { "@language": "en", "@value": "Specifies the name of the image copyright owner, which can be a person or organization." } ], "sh:minCount": 0, "sh:maxCount": 1, "sh:or": [ { "sh:node": { "@id": "https://semantify.it/ds/_1hRVOT8Q#gKWYc", "@type": "sh:NodeShape", "sh:class": [ "schema:Organization" ], "sh:closed": true, "ds:propertyDisplayOrder": [ "schema:name" ], "sh:property": [ { "@type": "sh:PropertyShape", "sh:path": "schema:name", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] } ] } }, { "sh:node": { "@id": "https://semantify.it/ds/_1hRVOT8Q#AoiLc", "@type": "sh:NodeShape", "sh:class": [ "schema:Person" ], "sh:closed": true, "ds:propertyDisplayOrder": [ "schema:name" ], "sh:property": [ { "@type": "sh:PropertyShape", "sh:path": "schema:name", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] } ] } } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:copyrightYear", "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:double" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:license", "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:anyURI" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:uploadDate", "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:date" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:contentSize", "sh:minCount": 0, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:thumbnailUrl", "sh:minCount": 0, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:anyURI" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:representativeOfPage", "sh:minCount": 0, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:boolean" } ] } ] } } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:telephone", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:url", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:anyURI" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:aggregateRating", "sh:maxCount": 1, "sh:or": [ { "sh:node": { "@id": "https://semantify.it/ds/_1hRVOT8Q#yysyf", "@type": "sh:NodeShape", "sh:class": [ "schema:AggregateRating" ], "sh:closed": true, "ds:propertyDisplayOrder": [ "schema:bestRating", "schema:ratingCount", "schema:ratingValue", "schema:url", "schema:description" ], "sh:property": [ { "@type": "sh:PropertyShape", "sh:path": "schema:bestRating", "rdfs:comment": [ { "@language": "en", "@value": "To estimate rating value, we need to know the highest possible rating value." } ], "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:double" }, { "sh:datatype": "xsd:string" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:ratingCount", "rdfs:comment": [ { "@language": "en", "@value": "This property is used to specify the total number of people who provided the rating for an item." } ], "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:integer" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:ratingValue", "rdfs:comment": [ { "@language": "en", "@value": "This property is used to specify the actual rating value for an item." } ], "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:double" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:url", "rdfs:comment": [ { "@language": "en", "@value": "This property is used to specify the resource from which the rating was obtained. " } ], "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:anyURI" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:description", "rdfs:comment": [ { "@language": "en", "@value": "Property is used to provide a short description of where the rating value comes from or how it counts." } ], "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] } ] } } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:faxNumber", "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:containsPlace", "sh:or": [ { "sh:node": { "@id": "https://semantify.it/ds/_1hRVOT8Q#eDLsW", "@type": "sh:NodeShape", "sh:class": [ "schema:Place" ], "sh:closed": true, "ds:propertyDisplayOrder": [ "schema:name", "schema:description", "schema:url", "schema:address", "schema:image", "schema:telephone" ], "sh:property": [ { "@type": "sh:PropertyShape", "sh:path": "schema:name", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:description", "sh:minCount": 0, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:url", "sh:minCount": 0, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:anyURI" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:address", "sh:minCount": 0, "sh:or": [ { "sh:node": { "@id": "https://semantify.it/ds/_1hRVOT8Q#diDHl", "@type": "sh:NodeShape", "sh:class": [ "schema:PostalAddress" ], "sh:closed": true, "ds:propertyDisplayOrder": [ "schema:addressCountry", "schema:addressRegion", "schema:addressLocality", "schema:postalCode", "schema:streetAddress" ], "sh:property": [ { "@type": "sh:PropertyShape", "sh:path": "schema:addressCountry", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:node": { "@id": "https://semantify.it/ds/_1hRVOT8Q#HQWHY", "@type": "sh:NodeShape", "sh:class": [ "schema:Country" ], "sh:closed": true, "ds:propertyDisplayOrder": [ "schema:name" ], "sh:property": [ { "@type": "sh:PropertyShape", "sh:path": "schema:name", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] } ] } }, { "sh:datatype": "xsd:string" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:addressRegion", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:addressLocality", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:postalCode", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:streetAddress", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] } ] } } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:image", "sh:minCount": 0, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:anyURI" }, { "sh:node": { "@id": "https://semantify.it/ds/_1hRVOT8Q#oVxbK", "@type": "sh:NodeShape", "sh:class": [ "schema:ImageObject" ], "sh:closed": true, "ds:propertyDisplayOrder": [ "schema:identifier", "schema:url", "schema:caption", "schema:contentUrl", "schema:height", "schema:width", "schema:copyrightHolder", "schema:copyrightYear", "schema:license", "schema:uploadDate", "schema:contentSize", "schema:thumbnailUrl", "schema:representativeOfPage" ], "sh:property": [ { "@type": "sh:PropertyShape", "sh:path": "schema:identifier", "rdfs:comment": [ { "@language": "en", "@value": "Additional or internal identifier for an image." } ], "sh:minCount": 0, "sh:or": [ { "sh:datatype": "xsd:anyURI" }, { "sh:datatype": "xsd:string" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:url", "rdfs:comment": [ { "@language": "en", "@value": "The URL of an image related to the annotated web page." } ], "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:anyURI" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:caption", "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:contentUrl", "rdfs:comment": [ { "@language": "en", "@value": "URL that provides a directly retrievable instance of the ImageObject." } ], "sh:minCount": 0, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:anyURI" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:height", "rdfs:comment": [ { "@language": "en", "@value": "The height of an image in pixels." } ], "sh:minCount": 0, "sh:maxCount": 1, "sh:or": [ { "sh:node": { "@id": "https://semantify.it/ds/_1hRVOT8Q#CiDbs", "@type": "sh:NodeShape", "sh:class": [ "schema:QuantitativeValue" ], "sh:closed": true, "ds:propertyDisplayOrder": [ "schema:value" ], "sh:property": [ { "@type": "sh:PropertyShape", "sh:path": "schema:value", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:double" }, { "sh:datatype": "xsd:string" } ] } ] } } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:width", "rdfs:comment": [ { "@language": "en", "@value": "The width of an image in pixels." } ], "sh:minCount": 0, "sh:maxCount": 1, "sh:or": [ { "sh:node": { "@id": "https://semantify.it/ds/_1hRVOT8Q#uBAMy", "@type": "sh:NodeShape", "sh:class": [ "schema:QuantitativeValue" ], "sh:closed": true, "ds:propertyDisplayOrder": [ "schema:value" ], "sh:property": [ { "@type": "sh:PropertyShape", "sh:path": "schema:value", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:double" }, { "sh:datatype": "xsd:string" } ] } ] } } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:copyrightHolder", "rdfs:comment": [ { "@language": "en", "@value": "Specifies the name of the image copyright owner, which can be a person or organization." } ], "sh:minCount": 0, "sh:maxCount": 1, "sh:or": [ { "sh:node": { "@id": "https://semantify.it/ds/_1hRVOT8Q#RmXmo", "@type": "sh:NodeShape", "sh:class": [ "schema:Organization" ], "sh:closed": true, "ds:propertyDisplayOrder": [ "schema:name" ], "sh:property": [ { "@type": "sh:PropertyShape", "sh:path": "schema:name", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] } ] } }, { "sh:node": { "@id": "https://semantify.it/ds/_1hRVOT8Q#cjgTO", "@type": "sh:NodeShape", "sh:class": [ "schema:Person" ], "sh:closed": true, "ds:propertyDisplayOrder": [ "schema:name" ], "sh:property": [ { "@type": "sh:PropertyShape", "sh:path": "schema:name", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] } ] } } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:copyrightYear", "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:double" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:license", "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:anyURI" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:uploadDate", "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:date" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:contentSize", "sh:minCount": 0, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:thumbnailUrl", "sh:minCount": 0, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:anyURI" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:representativeOfPage", "sh:minCount": 0, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:boolean" } ] } ] } } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:telephone", "sh:minCount": 0, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] } ] } } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:mainEntityOfPage", "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:anyURI" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:hasMap", "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:anyURI" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:sameAs", "sh:or": [ { "sh:datatype": "xsd:anyURI" } ] } ] } ] }