SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

MRZ
Wikipedia, "machine-readable passport" ([Internet, 2025-11-25](https://en.wikipedia.org/wiki/Machine-readable_passport))
[...] der biometrische Ausländerausweis [ist] mit einem Datenchip ausgerüstet, der ein Gesichtsbild, zwei Fingerabdrücke sowie die im maschinenlesbaren Bereich eingetragenen Daten zur Inhaberin oder zum Inhaber enthält.
[Il microchip] contiene l'immagine del viso e le impronte digitali del titolare, nonché i dati iscritti nella zona a lettura ottica (a). [Il microchip contiene] i dati personali del titolare iscritti nella zona a lettura ottica, ossia i cognomi ufficiali, i nomi, il sesso, la data di nascita, la cittadinanza e la data di scadenza del documento [...] (b).
[La puce] contient la photographie et les empreintes digitales du titulaire ainsi que les données inscrites dans la zone lisible par machine.
[The data chip] contains the portrait photograph and fingerprints of the holder and the data contained in the machine-readable zone.
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
Outgoing Relationships: No results found.
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
has part machine-readable zone
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.