Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LIDO
lido-development
Commits
f30838e0
Commit
f30838e0
authored
Oct 28, 2020
by
mrodzis
🌿
Browse files
feat: allow only SKOS when expanding skos:Concept
parent
a437d01a
Changes
1
Hide whitespace changes
Inline
Side-by-side
1.1/lido-v1.1-draft.xsd
View file @
f30838e0
...
@@ -143,6 +143,18 @@
...
@@ -143,6 +143,18 @@
</sch:assert>
</sch:assert>
</sch:rule>
</sch:rule>
</sch:pattern>
</sch:pattern>
<sch:pattern>
<sch:title>
Expansion of skos:Concept
</sch:title>
<sch:p>
Ensures that when enriching a dataset with information retrieved via the URI provided in skos:Concept, only
SKOS properties are added to the dataset.
</sch:p>
<sch:rule
context=
"skos:Concept"
id=
"SKOS_properties"
>
<sch:report
test=
"child::*/namespace-uri() != 'http://www.w3.org/2004/02/skos/core#'"
>
Only SKOS properties are allowed within skos:Concept.
</sch:report>
</sch:rule>
</sch:pattern>
<sch:pattern>
<sch:pattern>
<sch:title>
owl:sameAs
</sch:title>
<sch:title>
owl:sameAs
</sch:title>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment