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

Attributes

subOrganization
beinhaltet Suborganisation
contains suborganization
contient une sous-organisation
contiene un'organizzazione subordinata
beinhaltet Suborganisation
contains suborganization
contient une sous-organisation
contiene un'organizzazione subordinata
A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property.
Gibt an, dass eine Organisation eine oder mehrere Suborganisationen unter sich hat. Diese Beziehung stellt eine hierarchische Struktur zwischen Organisationen dar.
Indicates that an organization has one or more suborganizations under it. This relationship represents a hierarchical structure between organizations.
Indique qu'une organisation a une ou plusieurs sous-organisations sous son autorité. Cette relation représente une structure hiérarchique entre les organisations.
Indica che un'organizzazione ha una o più organizzazioni subordinate sotto di sé. Questa relazione rappresenta una struttura gerarchica tra le organizzazioni.
Gibt an, dass eine Organisation eine oder mehrere Suborganisationen unter sich hat. Diese Beziehung stellt eine hierarchische Struktur zwischen Organisationen dar.
Indicates that an organization has one or more suborganizations under it. This relationship represents a hierarchical structure between organizations.
Indique qu'une organisation a une ou plusieurs sous-organisations sous son autorité. Cette relation représente une structure hiérarchique entre les organisations.
Indica che un'organizzazione ha una o più organizzazioni subordinate sotto di sé. Questa relazione rappresenta una struttura gerarchica tra le organizzazioni.
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
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 belongs to
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.