Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.


Blok kódu
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix pper: <https://data.gov.sk/def/ontology/physical-person/> .
@prefix loca: <https://data.gov.sk/def/ontology/location/> .
@prefix schema: <http://schema.org/> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .

loca:RAPhysicalAddressShape
	a sh:NodeShape ;
	sh:targetClass loca:PhysicalAddress ;
	
	sh:property [
		sh:path loca:lau2 ;
		sh:class loca:LAU2 ;
		sh:nodeKind sh:IRI ;
		sh:minCount 1 ;
		sh:maxCount 1
	] ;
	
    	sh:property [
		sh:path geo:hasGeometry ;
		sh:class geo:Geometry ;
		sh:nodeKind sh:IRI ;
		sh:maxCount 1
] .