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

Attributes

Business Engineering & System Compliance
60039995@11.05
2025-04-16
Business Engineering & System Compliance
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
contains suborganization Group Finance
belongs to Project Excellence
belongs to Project Excellence
belongs to Business Excellence
belongs to Business Excellence
identity Business Engineering & System Compliance
belongs to Demand Management
belongs to Demand Management
belongs to Data & Analytics
belongs to Data & Analytics
belongs to Quality & System Compliance Management
belongs to Quality & System Compliance Management
belongs to Project Excellence
belongs to Business Excellence
identity Business Engineering & System Compliance
belongs to Demand Management
belongs to Data & Analytics
belongs to Quality & System Compliance Management
belongs to 2024-10-07
belongs to 2024-10-07
identity 2024-10-07
belongs to 2024-10-07
belongs to 2024-10-07
belongs to 2024-10-07
belongs to Project Excellence
belongs to Business Excellence
identity Business Engineering & System Compliance
belongs to Demand Management
belongs to Data & Analytics
belongs to Quality & System Compliance Management
identity Business Engineering & System Compliance
belongs to Project Excellence
belongs to Business Excellence
belongs to Demand Management
belongs to Project Excellence
belongs to Business Excellence
belongs to Demand Management
belongs to Project Excellence
belongs to Business Excellence
identity Business Engineering & System Compliance
belongs to Demand Management
belongs to Data & Analytics
belongs to Quality & System Compliance Management
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.