{ "@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" }, "ex": "https://example-vocab.ex/" }, "@graph": [ { "@id": "https://semantify.it/ds/gsaTefLCP", "@type": "ds:DomainSpecification", "sh:targetClass": [ "ex:Tiger" ], "sh:class": [ "ex:Tiger" ], "schema:name": [ { "@language": "en", "@value": "poptest_ds0_ext0" } ], "schema:description": [ { "@language": "en", "@value": "test" } ], "schema:author": { "@type": "schema:Person", "schema:name": "omar", "schema:memberOf": { "@type": "schema:Organization", "schema:name": "STI Innsbruck" } }, "ds:version": "7.0", "schema:version": "2", "schema:schemaVersion": "12.0", "ds:usedVocabulary": [ "https://semantify.it/voc/IaiA2RES_" ], "sh:closed": true, "ds:propertyDisplayOrder": [ "ex:numberOfLegs", "schema:name", "ex:animalLivingEnvironment" ], "sh:property": [ { "@type": "sh:PropertyShape", "sh:path": "ex:numberOfLegs", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:integer" } ] }, { "@type": "sh:PropertyShape", "sh:path": "schema:name", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:datatype": "xsd:string" } ] }, { "@type": "sh:PropertyShape", "sh:path": "ex:animalLivingEnvironment", "sh:minCount": 1, "sh:maxCount": 1, "sh:or": [ { "sh:node": { "@id": "https://semantify.it/ds/gsaTefLCP#jYpRi", "@type": "sh:NodeShape", "sh:class": [ "ex:AnimalLivingEnvironment" ], "sh:in": [ { "@id": "ex:AnimalLivingEnvironmentDomestic" }, { "@id": "ex:AnimalLivingEnvironmentFreedom" }, { "@id": "ex:AnimalLivingEnvironmentZoo" } ] } } ] } ] } ] }