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

Attributes

Koordinaten-Transformationsdienst
W. Guder / H. Müller / H. Loewenthal, Berufsbildung in der Geoinformationstechnologie: Geomatiker / Geomatikerin - Vermessungstechniker / Vermessungstechnikerin, 2011, S. 49 ([Internet, 2019-01-14](https://books.google.ch/books?id=eXaZmE7zpkEC&pg=PA49&lpg=PA49&dq=%22Koordinaten-transformationsdienst%22&source=bl&ots=uM2a4vVH77&sig=OY1tAYlA9vEa2siclyJlAyDD7IE&hl=de&sa=X&ved=2ahUKEwjY0cr15ezfAhUMlSwKHT_JA7sQ6AEwBHoECAgQAQ#v=onepage&q=%22Koordinaten-transformationsdienst%22&f=false))
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 coordinate transformation service
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.