Emulator (E91)
Jump to navigation
Jump to search
language code | label | description | aliases | edit |
---|---|---|---|---|
en | Emulator | base schema for emulators | edit | |
fr | émulateur | edit |
PREFIX p: <http://www.wikidata.org/prop/> PREFIX ps: <http://www.wikidata.org/prop/statement/> PREFIX pq: <http://www.wikidata.org/prop/qualifier/> PREFIX wd: <http://www.wikidata.org/entity/> PREFIX wdt: <http://www.wikidata.org/prop/direct/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> # QUERY MAP: SELECT ?item WHERE { ?item wdt:P31 wd:Q202871} LIMIT 10 start=@<E91#emulator> <E91#emulator> { # instance of p:P31 { ps:P31 [wd:Q202871] } ; # official website p:P856 { ps:P856 IRI } * ; # license p:P275 { ps:P275 IRI } * ; # operating system p:P306 { ps:P306 IRI } * ; # software version identifier p:P348 {ps:P348 xsd:string} * ; # developer p:P178 { ps:P178 IRI} * ; # emulates p:P4043 { ps:P4043 IRI } * ; #External IDs # LGDB emulator ID wdt:P5117 xsd:string ? ; # Free Software Directory entry wdt:P2537 xsd:string ? ; # Pro-Linux.de DBApp ID wdt:P6665 xsd:string ? ; }