Skip to content
Snippets Groups Projects
Commit 8c6a10e7 authored by Aurélien Lamercerie's avatar Aurélien Lamercerie
Browse files

CTS: minor update

parent a3ef936c
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ WHERE { ...@@ -84,7 +84,7 @@ WHERE {
. .
cts:add-disjunctive-classes-from-list-net cts:add-disjunctive-classes-from-list-net
rdf:type sh:SPARQLRule ; rdf:type sh:SPARQLRule ;
rdfs:label "add-disjunctive-entity-classes" ; rdfs:label "add-disjunctive-classes-from-list-net" ;
sh:construct """PREFIX owl: <http://www.w3.org/2002/07/owl#> sh:construct """PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
...@@ -732,7 +732,8 @@ WHERE { ...@@ -732,7 +732,8 @@ WHERE {
FILTER ( regex(str(?uw1Label),str(?restriction)) ). FILTER ( regex(str(?uw1Label),str(?restriction)) ).
# Label: Id, concept # Label: Id, concept
?uw1 unl:has_id ?uw1Id. ?uw1 unl:has_id ?uw1Id.
BIND (strbefore(?uw1Label, '(') AS ?concept1). BIND (concat(?uw1Label, '(') AS ?u1).
BIND (strbefore(?u1, '(') AS ?concept1).
# URI (for Atom Object) # URI (for Atom Object)
cprm:Config_Parameters cprm:netURI ?netURI. cprm:Config_Parameters cprm:netURI ?netURI.
cprm:Config_Parameters cprm:objectRef ?objectRef. cprm:Config_Parameters cprm:objectRef ?objectRef.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment