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

Attributes

wird betrieben von
is operated by
est exploité par
è gestito da
wird betrieben von
is operated by
est exploité par
è gestito da
Gibt an, dass ein IT-System X durch eine Organisation Y betrieben wird. Das bedeutet, dass die Organisation Y für den Betrieb von System X zuständig ist.
Indicates that an IT system X is operated by an organization Y. This means that organization Y is responsible for operating system X.
Indique qu'un système informatique X est exploité par une organisation Y. Cela signifie que l'organisation Y est responsable de l'exploitation du système X.
Indica che un sistema IT X è gestito da un'organizzazione Y. Ciò significa che l'organizzazione Y è responsabile della gestione del sistema X.
Gibt an, dass ein IT-System X durch eine Organisation Y betrieben wird. Das bedeutet, dass die Organisation Y für den Betrieb von System X zuständig ist.
Indicates that an IT system X is operated by an organization Y. This means that organization Y is responsible for operating system X.
Indique qu'un système informatique X est exploité par une organisation Y. Cela signifie que l'organisation Y est responsable de l'exploitation du système X.
Indica che un sistema IT X è gestito da un'organizzazione Y. Ciò significa che l'organizzazione Y è responsabile della gestione del sistema X.
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

property object
range Organization
domain IT system
inverseOf operates
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
inverseOf operates
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.