-
Notifications
You must be signed in to change notification settings - Fork 0
/
rules-catalog.ttl
76 lines (72 loc) · 3 KB
/
rules-catalog.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix dct: <http://purl.org/dc/terms/>.
@prefix dc: <http://purl.org/dc/elements/1.1/>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix : <http://shacl-play.sparna.fr/rules-catalog#> .
:owl2sh-open a dcat:Dataset ;
dct:title "OWL to SHACL : open world" ;
dct:description "OWL 2 SHACL conversion, without domain check and without closed shapes" ;
foaf:isPrimaryTopicOf [
dct:issued "2020-10-12"^^xsd:date ;
dct:creator "Thomas Francart" ;
] ;
dcat:distribution [
dcat:downloadURL <https://raw.githubusercontent.com/sparna-git/owl2shacl/main/owl2sh-open.ttl> ;
dcat:mediaType <https://www.iana.org/assignments/media-types/text/turtle> ;
] ;
dct:publisher "Sparna" ;
# dcat:keyword "OWL" ;
dct:issued "2020-10-14"^^xsd:date ;
dct:creator "Sparna" ;
dct:language "en" ;
dct:isVersionOf <https://www.topquadrant.com/from-owl-to-shacl-in-an-automated-way/> ;
dcat:landingPage <https://github.com/sparna-git/owl2shacl> ;
:sourceModel <http://www.w3.org/2002/07/owl#> ;
:targetModel <http://www.w3.org/ns/shacl#> ;
.
:owl2sh-semi-closed a dcat:Dataset ;
dct:title "OWL to SHACL : semi-closed" ;
dct:description "OWL 2 SHACL conversion, with domain check of the properties, without closed shapes" ;
foaf:isPrimaryTopicOf [
dct:issued "2020-10-14"^^xsd:date ;
dct:creator "Thomas Francart" ;
] ;
dcat:distribution [
dcat:downloadURL <https://raw.githubusercontent.com/sparna-git/owl2shacl/main/owl2sh-semi-closed.ttl> ;
dcat:mediaType <https://www.iana.org/assignments/media-types/text/turtle> ;
] ;
dct:publisher "Sparna" ;
# dcat:keyword "OWL" ;
dct:issued "2020-10-14"^^xsd:date ;
dct:creator "Sparna" ;
dct:language "en" ;
dct:isVersionOf <https://www.topquadrant.com/from-owl-to-shacl-in-an-automated-way/> ;
dcat:landingPage <https://github.com/sparna-git/owl2shacl> ;
:sourceModel <http://www.w3.org/2002/07/owl#> ;
:targetModel <http://www.w3.org/ns/shacl#> ;
.
:owl2sh-closed a dcat:Dataset ;
dct:title "OWL to SHACL : closed" ;
dct:description "OWL 2 SHACL conversion, with closed shapes" ;
foaf:isPrimaryTopicOf [
dct:issued "2020-10-14"^^xsd:date ;
dct:creator "Thomas Francart" ;
] ;
dcat:distribution [
dcat:downloadURL <https://raw.githubusercontent.com/sparna-git/owl2shacl/main/owl2sh-closed.ttl> ;
dcat:mediaType <https://www.iana.org/assignments/media-types/text/turtle> ;
] ;
dct:publisher "Sparna" ;
# dcat:keyword "OWL" ;
dct:issued "2020-10-14"^^xsd:date ;
dct:creator "Sparna" ;
dct:language "en" ;
dct:isVersionOf <https://www.topquadrant.com/from-owl-to-shacl-in-an-automated-way/> ;
dcat:landingPage <https://github.com/sparna-git/owl2shacl> ;
:sourceModel <http://www.w3.org/2002/07/owl#> ;
:targetModel <http://www.w3.org/ns/shacl#> ;
.