Skip to content

Commit

Permalink
Correction erreur ns pref
Browse files Browse the repository at this point in the history
  • Loading branch information
atterebf committed Jan 17, 2025
1 parent 68351b7 commit c7cd6cc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions SDHSS_SHACL_profiles/prepare_shacl_from_profile.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@
},
{
"cell_type": "code",
"execution_count": 23,
"execution_count": 24,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -936,15 +936,15 @@
" sh:property [\n",
" sh:path rdfs:label ;\n",
" sh:datatype xsd:string;\n",
" sd:order 1;\n",
" sh:order 1;\n",
" {3}\n",
" sh:maxCount 1;\n",
" ];\n",
"\n",
" sh:property [\n",
" sh:path rdfs:comment ;\n",
" sh:datatype rdf:HTML;\n",
" sd:order 2;\n",
" sh:order 2;\n",
" {3}\n",
" ]; \n",
"\n",
Expand Down
20 changes: 10 additions & 10 deletions SDHSS_SHACL_profiles/shacl-profile-198.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ sdh-shacl:crm_E21_Shape a sh:NodeShape ;
sh:property [
sh:path rdfs:label ;
sh:datatype xsd:string;
sd:order 1;
sh:order 1;
sh:minCount 1;
sh:maxCount 1;
];

sh:property [
sh:path rdfs:comment ;
sh:datatype rdf:HTML;
sd:order 2;
sh:order 2;
sh:minCount 1;
];

Expand Down Expand Up @@ -55,15 +55,15 @@ sdh-shacl:crm_E67_Shape a sh:NodeShape ;
sh:property [
sh:path rdfs:label ;
sh:datatype xsd:string;
sd:order 1;
sh:order 1;

sh:maxCount 1;
];

sh:property [
sh:path rdfs:comment ;
sh:datatype rdf:HTML;
sd:order 2;
sh:order 2;

];

Expand Down Expand Up @@ -97,15 +97,15 @@ sdh-shacl:crm_E69_Shape a sh:NodeShape ;
sh:property [
sh:path rdfs:label ;
sh:datatype xsd:string;
sd:order 1;
sh:order 1;

sh:maxCount 1;
];

sh:property [
sh:path rdfs:comment ;
sh:datatype rdf:HTML;
sd:order 2;
sh:order 2;

];

Expand Down Expand Up @@ -139,15 +139,15 @@ sdh-shacl:sdh_C13_Shape a sh:NodeShape ;
sh:property [
sh:path rdfs:label ;
sh:datatype xsd:string;
sd:order 1;
sh:order 1;
sh:minCount 1;
sh:maxCount 1;
];

sh:property [
sh:path rdfs:comment ;
sh:datatype rdf:HTML;
sd:order 2;
sh:order 2;
sh:minCount 1;
];

Expand Down Expand Up @@ -178,15 +178,15 @@ sdh-shacl:sdh_C17_Shape a sh:NodeShape ;
sh:property [
sh:path rdfs:label ;
sh:datatype xsd:string;
sd:order 1;
sh:order 1;
sh:minCount 1;
sh:maxCount 1;
];

sh:property [
sh:path rdfs:comment ;
sh:datatype rdf:HTML;
sd:order 2;
sh:order 2;
sh:minCount 1;
];

Expand Down

0 comments on commit c7cd6cc

Please sign in to comment.