blob: 3f4b07165bd546e682aab7ebbb1469f27d979d4d [file] [log] [blame]
@base <http://example.org/basic-shape-with-targets> .
@prefix ex: <http://example.org/test#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://example.org/basic-shape-with-targets>
a owl:Ontology ;
.
ex:TestShape
a sh:NodeShape ;
sh:targetClass ex:TestClass1, ex:TestClass2 ;
sh:targetNode ex:TestNode ;
sh:targetObjectsOf ex:objectProperty ;
sh:targetSubjectsOf ex:subjectProperty ;
.