Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 13 additions & 16 deletions shacl12-vocabularies/shacl-shacl.ttl
Original file line number Diff line number Diff line change
@@ -1,30 +1,27 @@
# baseURI: http://www.w3.org/ns/shacl-shacl#

# A SHACL shapes graph to validate SHACL shapes graphs

# THIS VERSION IS UNDER DEVELOPMENT BY THE DATA-SHAPES (SHACL 1.2) WG

@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#> .

@prefix shsh: <http://www.w3.org/ns/shacl-shacl#> .
@prefix schema: <https://schema.org/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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 shsh: <http://www.w3.org/ns/shacl-shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

shsh:
a owl:Ontology ;
owl:imports <http://www.w3.org/ns/shacl#> ;
owl:versionIRI shsh:1.2 ;
rdfs:label "W3C SHACL for SHACL Validator"@en ;
rdfs:comment "This shapes graph can be used to validate SHACL shapes graphs against a subset of the syntax rules."@en ;
schema:creator "W3C Data Shapes Working Group" ;
# schema:dateCreated ""^^xsd:date ;
# schema:dateIssued ""^^xsd:date ;
# schema:dateModified ""^^xsd:date ;
schema:license "https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document"^^xsd:anyURI ;
schema:version "1.2" ;
dcterms:creator "W3C Data Shapes Working Group" ;
dcterms:publisher "World Wide Web Consortium" ;
# dcterms:created ""^^xsd:date ;
# dcterms:issued ""^^xsd:date ;
# dcterms:modified ""^^xsd:date ;
dcterms:license "https://www.w3.org/copyright/software-license/"^^xsd:anyURI ;
Comment thread
ajnelson-nist marked this conversation as resolved.
sh:declare [
sh:prefix "shsh" ;
sh:namespace "http://www.w3.org/ns/shacl-shacl#"^^xsd:anyURI ;
Expand Down
28 changes: 12 additions & 16 deletions shacl12-vocabularies/shacl.ttl
Original file line number Diff line number Diff line change
@@ -1,29 +1,25 @@
## W3C SOFTWARE AND DOCUMENT NOTICE AND LICENSE
## https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
## --------

# W3C Shapes Constraint Language (SHACL) Vocabulary

# THIS VERSION IS UNDER DEVELOPMENT BY THE DATA-SHAPES (SHACL 1.2) WG

@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <https://schema.org/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .

sh:
a owl:Ontology ;
owl:versionIRI sh:1.2 ;
rdfs:label "W3C Shapes Constraint Language (SHACL) Vocabulary"@en ;
rdfs:comment "This vocabulary defines terms used in SHACL, the W3C Shapes Constraint Language."@en ;
schema:creator "W3C Data Shapes Working Group" ;
# schema:dateCreated ""^^xsd:date ;
# schema:dateIssued ""^^xsd:date ;
# schema:dateModified ""^^xsd:date ;
schema:license "https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document"^^xsd:anyURI ;
schema:version "1.2" ;
dcterms:creator "W3C Data Shapes Working Group" ;
dcterms:publisher "World Wide Web Consortium" ;
# dcterms:created ""^^xsd:date ;
# dcterms:issued ""^^xsd:date ;
# dcterms:modified ""^^xsd:date ;
dcterms:license "https://www.w3.org/copyright/software-license/"^^xsd:anyURI ;
sh:declare [
sh:prefix "sh" ;
sh:namespace "http://www.w3.org/ns/shacl#"^^xsd:anyURI ;
Expand Down
30 changes: 13 additions & 17 deletions shacl12-vocabularies/shnex-sparql.ttl
Original file line number Diff line number Diff line change
@@ -1,33 +1,29 @@
## W3C SOFTWARE AND DOCUMENT NOTICE AND LICENSE
## https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
## --------

# W3C SHACL Node Expressions Vocabulary

# THIS VERSION IS UNDER DEVELOPMENT BY THE DATA-SHAPES (SHACL 1.2) WG

@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix shnex: <http://www.w3.org/ns/shacl-node-expr#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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 shnex: <http://www.w3.org/ns/shacl-node-expr#> .
@prefix shnex-sparql: <http://www.w3.org/ns/shacl-node-expr-sparql#> .
@prefix sparql: <http://www.w3.org/ns/sparql#> .
@prefix schema: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

shnex-sparql:
a owl:Ontology ;
owl:imports <http://www.w3.org/ns/shacl-node-expr#> ;
owl:versionIRI shnex-sparql:1.2 ;
rdfs:label "W3C SHACL SPARQL Extensions Vocabulary"@en ;
rdfs:comment "This vocabulary defines terms used in the SHACL SPARQL specification."@en ;
schema:creator "W3C Data Shapes Working Group" ;
# schema:dateCreated ""^^xsd:date ;
# schema:dateIssued ""^^xsd:date ;
# schema:dateModified ""^^xsd:date ;
schema:license "https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document"^^xsd:anyURI ;
schema:version "1.2" ;
dcterms:creator "W3C Data Shapes Working Group" ;
dcterms:publisher "World Wide Web Consortium" ;
# dcterms:created ""^^xsd:date ;
# dcterms:issued ""^^xsd:date ;
# dcterms:modified ""^^xsd:date ;
dcterms:license "https://www.w3.org/copyright/software-license/"^^xsd:anyURI ;
sh:declare [
sh:prefix "shnex-sparql" ;
sh:namespace "http://www.w3.org/ns/shacl-node-expr-sparql#"^^xsd:anyURI ;
Expand Down
30 changes: 13 additions & 17 deletions shacl12-vocabularies/shnex.ttl
Original file line number Diff line number Diff line change
@@ -1,31 +1,27 @@
## W3C SOFTWARE AND DOCUMENT NOTICE AND LICENSE
## https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
## --------

# W3C SHACL Node Expressions Vocabulary

# THIS VERSION IS UNDER DEVELOPMENT BY THE DATA-SHAPES (SHACL 1.2) WG

@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <https://schema.org/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix shnex: <http://www.w3.org/ns/shacl-node-expr#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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 shnex: <http://www.w3.org/ns/shacl-node-expr#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

shnex:
a owl:Ontology ;
owl:imports <http://www.w3.org/ns/shacl#> ;
owl:versionIRI shnex:1.2 ;
rdfs:label "W3C SHACL Node Expressions Vocabulary"@en ;
rdfs:comment "This vocabulary defines terms used in the SHACL Node Expressions specification."@en ;
schema:creator "W3C Data Shapes Working Group" ;
# schema:dateCreated ""^^xsd:date ;
# schema:dateIssued ""^^xsd:date ;
# schema:dateModified ""^^xsd:date ;
schema:license "https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document"^^xsd:anyURI ;
schema:version "1.2" ;
dcterms:creator "W3C Data Shapes Working Group" ;
dcterms:publisher "World Wide Web Consortium" ;
# dcterms:created ""^^xsd:date ;
# dcterms:issued ""^^xsd:date ;
# dcterms:modified ""^^xsd:date ;
dcterms:license "https://www.w3.org/copyright/software-license/"^^xsd:anyURI ;
sh:declare [
sh:prefix "shnex" ;
sh:namespace "http://www.w3.org/ns/shacl-node-expr#"^^xsd:anyURI ;
Expand Down
Loading