2,280
edits
(import from wiki-dev) Tag: Metadata slot edit |
(import from wiki-dev) Tag: Metadata slot edit |
||
Line 10: | Line 10: | ||
<syntaxhighlight lang="http"> | <syntaxhighlight lang="http"> | ||
https://demo.open-semantic-lab.org/wiki/Item:OSWff8ab0e2075040d4939ac9313a997904?action=raw&slot=jsondata | https://demo.open-semantic-lab.org/wiki/Item:OSWff8ab0e2075040d4939ac9313a997904?action=raw&slot=jsondata | ||
</syntaxhighlight> | </syntaxhighlight>SPARQL<syntaxhighlight lang="sparql"> | ||
SELECT DISTINCT ?passport | |||
WHERE { ?passport a <https://demo.open-semantic-lab.org/id/Category-3AOSWf78783ad5d004d3d9cac079167f55a43> . | |||
?passport <https://demo.open-semantic-lab.org/id/Property-3AIsRelatedTo> <https://demo.open-semantic-lab.org/id/Item-3AOSW07ab9439598d4866a57a8cb60e2726ea> . } | |||
</syntaxhighlight>{{Template:Viewer/Link|page=|url=https://sparklis.demo.open-semantic-lab.org/?title=OpenSemanticLab%20Demo%20Graph&endpoint=https%3A//graph.demo.open-semantic-lab.org/blazegraph/namespace/kb/sparql&sparklis-query=%5BVId%5DReturn%28Det%28An%281%2CModif%28Select%2CUnordered%29%2CClass%28%22https%3A//demo.open-semantic-lab.org/id/Category-3AOSWf78783ad5d004d3d9cac079167f55a43%22%29%29%2CNone%29%29&sparklis-path=D&entity_lexicon_select=http%3A//www.w3.org/2000/01/rdf-schema%23label&concept_lexicons_select=http%3A//www.w3.org/2000/01/rdf-schema%23label|label=Sparklis}} | |||
==Mappings== | ==Mappings== | ||
===Catena-X=== | ===Catena-X=== | ||
Line 18: | Line 23: | ||
|?HasCloseOntologyMatch=Close Match | |?HasCloseOntologyMatch=Close Match | ||
|limit=1000 | |limit=1000 | ||
}}<syntaxhighlight lang="sparql"> | }}SPARQL<syntaxhighlight lang="sparql"> | ||
PREFIX owl: <http://www.w3.org/2002/07/owl#> | PREFIX owl: <http://www.w3.org/2002/07/owl#> | ||
Line 26: | Line 31: | ||
FILTER(STRSTARTS(STR(?sameAsSubject), "urn:samm")) | FILTER(STRSTARTS(STR(?sameAsSubject), "urn:samm")) | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight>{{Template:Viewer/Link|page=|url=https://sparklis.demo.open-semantic-lab.org/?title=OpenSemanticLab%20Demo%20Graph&endpoint=https%3A//graph.demo.open-semantic-lab.org/blazegraph/namespace/kb/sparql&sparklis-query=%5BVId%5DReturn%28Det%28An%281%2CModif%28Select%2CUnordered%29%2CThing%29%2CSome%28Rel%28%22https%3A//demo.open-semantic-lab.org/id/Property-3AHasExactOntologyMatch%22%2CFwd%2CDet%28An%284%2CModif%28Select%2CUnordered%29%2CThing%29%2CSome%28Filter2%28StartsWith%28%22urn%22%29%2COnlyLiterals%29%29%29%29%29%29%29&sparklis-path=DDDD&entity_lexicon_select=http%3A//www.w3.org/2000/01/rdf-schema%23label&concept_lexicons_select=http%3A//www.w3.org/2000/01/rdf-schema%23label|label=Sparklis}} | ||
==Structure== | ==Structure== |