https://demo.open-semantic-lab.org/w/api.php?action=ask&query=[[HasType::Category:OSWf78783ad5d004d3d9cac079167f55a43]]&format=json
https://demo.open-semantic-lab.org/w/api.php?action=ask&query=[[HasType::Category:OSWf78783ad5d004d3d9cac079167f55a43]][[IsRelatedTo::Item:OSW07ab9439598d4866a57a8cb60e2726ea]]&format=json
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> . }
# Single slot
https://demo.open-semantic-lab.org/wiki/Item:OSWff8ab0e2075040d4939ac9313a997904?action=raw&slot=jsondata
# Single Passport
https://wiki-dev.open-semantic-lab.org/w/api.php?action=query&format=json&prop=info|revisions&meta=&formatversion=2&inprop=&rvprop=ids|timestamp|flags|comment|user|contentmodel|roles|content&titles=Item:OSWff8ab0e2075040d4939ac9313a997904&rvslots=jsondata
# Multiple Passports separated with '|'
https://demo.open-semantic-lab.org/w/api.php?action=query&format=json&prop=revisions&titles=Item:OSWff8ab0e2075040d4939ac9313a997904|Item:OSWec30c26e58034fdaa034d8dfa83c4af2|Item:OSWf3fd09199fd84525b5634269d85c8608&rvprop=ids|timestamp|flags|comment|user|content|sha1|slotsha1&rvslots=jsondata
{
"uuid": "ff8ab0e2-0750-40d4-939a-c9313a997904",
"label": [
{
"text": "Battery Passport Test 1",
"lang": "en"
}
],
"description": [],
"name": "BatteryPassportTest1",
"is_about": "Item:OSW07ab9439598d4866a57a8cb60e2726ea",
"type": [
"Category:OSWf78783ad5d004d3d9cac079167f55a43"
],
"characteristics": {
"type": [
"Category:OSW1147d0af19304c4291e14b941ddabdaf"
],
"physical_dimension": {
"type": [
"Category:OSW30f4d64720e84f71908dfd850223bcf1"
],
"length": {
"type": [
"Category:OSW5205576aace74dc28489f1d9a821f1b7"
],
"value": 10,
"unit": "Item:OSWc73852e7049f42e7b5282866f3839f5e#OSWeb12f149b5944dedbf96018b953a8195",
"uuid": "20879cce-500b-4a48-aae9-5b5135eef0b5"
},
"uuid": "9321c34a-7214-4843-b643-bb49e2c352ac"
},
"uuid": "e755ea9f-81a8-4958-bcf7-7130c425d52b"
}
}
https://demo.open-semantic-lab.org/w/api.php?action=ask&query=%5b%5bHasExactOntologyMatch::~*urn:samm*%5d%5d%20OR%20%5b%5bHasCloseOntologyMatch::~*urn:samm*%5d%5d|?HasOswId=OSW%20ID|?HasExactOntologyMatch=Exact%20Match|?HasCloseOntologyMatch=Close%20Match|limit=1000&format=json
PREFIX owl: <http://www.w3.org/2002/07/owl#>
SELECT ?subject ?sameAsSubject
WHERE {
?subject owl:sameAs ?sameAsSubject .
FILTER(STRSTARTS(STR(?sameAsSubject), "urn:samm"))
}