@prefix : . @prefix sh: . @prefix rdf: . @prefix owl: . @prefix xml: . @prefix afn: . @prefix xsd: . @prefix rdfs: . a sh:PropertyShape ; rdfs:label "has policy" ; sh:class :Policy ; sh:name "has policy" ; sh:nodeKind sh:BlankNodeOrIRI ; sh:path :hasPolicy . a sh:NodeShape ; rdfs:label "Policy" ; sh:name "Policy" ; sh:nodeKind sh:IRI ; sh:property , , ; sh:targetClass :Policy . a sh:PropertyShape ; rdfs:label "defines rule" ; sh:class :Rule ; sh:name "defines rule" ; sh:nodeKind sh:BlankNodeOrIRI ; sh:path :definesRule . a sh:NodeShape ; rdfs:label "Rule" ; sh:name "Rule" ; sh:nodeKind sh:IRI ; sh:property , , ; sh:targetClass :Rule . a ; , , , , , , , , , , , , , , , , , ; . a sh:PropertyShape ; sh:nodeKind sh:IRIOrLiteral ; sh:path :hasDescription . a sh:NodeShape ; rdfs:label "Prohibition" ; sh:name "Prohibition" ; sh:nodeKind sh:IRI ; sh:targetClass :Prohibition . a sh:PropertyShape ; rdfs:label "has rule target" ; sh:class :RuleTarget ; sh:name "has rule target" ; sh:nodeKind sh:BlankNodeOrIRI ; sh:path :hasRuleTarget . a ; "Shapes generated with no errors" ; "https://auroral.iot.linkeddata.es/def/priv/ontology.ttl" ; "200"^^xsd:int . a sh:PropertyShape ; sh:nodeKind sh:IRIOrLiteral ; sh:path :hasName . a sh:PropertyShape ; rdfs:label "has name" ; sh:name "has name" ; sh:nodeKind sh:Literal ; sh:path :hasName . a sh:PropertyShape ; sh:nodeKind sh:IRIOrLiteral ; sh:path :hasDescription . a sh:PropertyShape ; sh:nodeKind sh:IRIOrLiteral ; sh:path :hasDescription . a sh:PropertyShape ; rdfs:label "has description" ; sh:name "has description" ; sh:nodeKind sh:Literal ; sh:path :hasDescription . a sh:PropertyShape ; rdfs:label "has action" ; sh:class :Action ; sh:name "has action" ; sh:nodeKind sh:BlankNodeOrIRI ; sh:path :hasAction . a sh:NodeShape ; rdfs:label "Rule Target" ; sh:name "Rule Target" ; sh:nodeKind sh:IRI ; sh:targetClass :RuleTarget . a sh:NodeShape ; rdfs:label "Item" ; sh:name "Item" ; sh:nodeKind sh:IRI ; sh:property , ; sh:targetClass . a sh:NodeShape ; rdfs:label "Permission" ; sh:name "Permission" ; sh:nodeKind sh:IRI ; sh:targetClass :Permission . a sh:NodeShape ; rdfs:label "Action" ; sh:name "Action" ; sh:nodeKind sh:IRI ; sh:property ; sh:targetClass :Action . a sh:PropertyShape ; sh:class :Policy ; sh:nodeKind sh:IRIOrLiteral ; sh:path :hasPolicy .