-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSHACL.ttl
More file actions
91 lines (87 loc) · 4.57 KB
/
Copy pathSHACL.ttl
File metadata and controls
91 lines (87 loc) · 4.57 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
@prefix : <http://fhnw.ch/securityProtocolEnforcedForCovid19Ontology#> .
@prefix bmm: <http://ikm-group.ch/archiMEO/BMM#> .
@prefix lo: <http://fhnw.ch/modelingEnvironment/LanguageOntology#> .
@prefix mod: <http://fhnw.ch/modelingEnvironment/ModelOntology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix iso42010: <http://ikm-group.ch/archimeo/iso42010#> .
@prefix do: <http://fhnw.ch/modelingEnvironment/DomainOntology#> .
@prefix icf: <http://who.int/icf#> .
@prefix bpmn4pp: <http://ikm-group.ch/archiMEO/BPMN4PP#> .
@prefix CMMN: <http://ikm-group.ch/archimeo/CMMN#> .
@prefix archimeo: <http://ikm-group.ch/archiMEO#> .
@prefix dcterms: <http://purl.org/dcterms#> .
@prefix speco: <http://fhnw.ch/securityProtocolEnforcedForCovid19Ontology#> .
@prefix foaf: <http://xmlns.com/foaf/spec#> .
@prefix bdata: <http://ikm-group.ch/archiMEO/bdata#> .
@prefix cmmn: <http://ikm-group.ch/archimeo/cmmn#> .
@prefix eo: <http://ikm-group.ch/archiMEO/eo#> .
@prefix ontogov: <http://ch.fhnw.ontogov#> .
@prefix apqc: <http://ikm-group.ch/archimeo/apqc#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix util: <http://ikm-group.ch/archiMEO/util#> .
@prefix orgm: <http://fhnw.ch/OrganizationalModel/orgm#> .
@prefix bpmn: <http://ikm-group.ch/archiMEO/BPMN#> .
@prefix questionnaire: <http://ikm-group.ch/archiMEO/questionnaire#> .
@prefix media-types: <http://www.iana.org/assignments/media-types#> .
@prefix OrganizationalModel: <http://fhnw.ch/OrganizationalModel#> .
@prefix emo: <http://ikm-group.ch/archiMEO/emo#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dkmm: <http://fhnw.ch/modelingEnvironment/dkmm#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dsml4ptm: <http://fhnw.ch/modelingEnvironment/DSML4PTM#> .
@prefix fw: <http://fhnw.ch/FloWare#> .
@prefix top: <http://ikm-group.ch/archiMEO/top#> .
@prefix questiondata: <http://ikm-group.ch/archiMEO/questiondata#> .
@prefix rdfsplus: <http://topbraid.org/spin/rdfsplus#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix arg: <http://spinrdf.org/arg#> .
@prefix BMC: <http://fhnw.ch/BMC#> .
@prefix nco: <http://ikm-group.ch/archiMEO/nco#> .
@prefix bpaas: <http://ikm-group.ch/archimeo/bpaas#> .
@prefix sp: <http://spinrdf.org/sp#> .
@prefix archi: <http://ikm-group.ch/archiMEO/archimate#> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix sapscenes: <http://fhnw.ch/SAPScenes#> .
@prefix DomainOntology: <http://fhnw.ch/modelingEnvironment/DomainOntology#> .
@prefix fbpdo: <http://ikm-group.ch/archimeo/fbpdo#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix elements: <http://purl.org/dc/elements/1.1#> .
@prefix gpml: <http://ikm-group.ch/archiMEO/gpml#> .
@prefix dcmi-type-vocabulary: <http://dublincore.org/documents/2000/07/11/dcmi-type-vocabulary#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix po: <http://fhnw.ch/modelingEnvironment/PaletteOntology#> .
@prefix ex: <http://example.org/ns#> .
#This file is used for testing with /validateShaclTest endpoint
<http://www.w3.org/ns/shacl#Email_d780e859-df9f-cfa6-700f-1d077c64a312>
a "http://www.w3.org/ns/shacl#PropertyShape" ;
<http://www.w3.org/2001/XMLSchema#>
"http://www.w3.org/2001/XMLSchema#string" ;
<http://www.w3.org/ns/shacl#description>
"Email" ;
<http://www.w3.org/ns/shacl#maxCount>
"2"^^<http://www.w3.org/2001/XMLSchema#int> ;
<http://www.w3.org/ns/shacl#minCount>
"1"^^<http://www.w3.org/2001/XMLSchema#int> ;
<http://www.w3.org/ns/shacl#name>
"Email" ;
<http://www.w3.org/ns/shacl#path>
<http://fhnw.ch/modelingEnvironment/LanguageOntology#Email> ;
<http://www.w3.org/ns/shacl#targetClass>
"http://ikm-group.ch/archiMEO/BPMN#DataObject" .
<http://www.w3.org/ns/shacl#Payed_fda599a9-fd08-60d1-7040-b464f13888e4>
a "http://www.w3.org/ns/shacl#PropertyShape" ;
<http://www.w3.org/2001/XMLSchema#>
"http://www.w3.org/2001/XMLSchema#boolean" ;
<http://www.w3.org/ns/shacl#description>
"null" ;
<http://www.w3.org/ns/shacl#maxCount>
"1"^^<http://www.w3.org/2001/XMLSchema#int> ;
<http://www.w3.org/ns/shacl#minCount>
"1"^^<http://www.w3.org/2001/XMLSchema#int> ;
<http://www.w3.org/ns/shacl#name>
"Payed" ;
<http://www.w3.org/ns/shacl#path>
<http://fhnw.ch/modelingEnvironment/LanguageOntology#Payed> ;
<http://www.w3.org/ns/shacl#targetClass>
"http://ikm-group.ch/archiMEO/BPMN#DataObject" .