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

Attributes

Life Cycle Management
60031757@11.05
2024-06-06
Life Cycle Management
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 Business Area Air
belongs to LCM F/A-18
belongs to LCM F-5
belongs to LCM Helicopters
belongs to LCM EC635
belongs to LCM Propeller/UAV/LTDB
belongs to LCM Missiles & Support Systems
belongs to LCM OSTR Management
belongs to LCM Order Management
belongs to Factory Flight Test
belongs to Documentation
identity Life Cycle Management
belongs to LCM F/A-18
belongs to LCM F-5
belongs to LCM TH08/18
belongs to LCM EC635
belongs to LCM Propeller/UAV/LTDB
belongs to LCM Missiles & Support Systems
belongs to LCM OSTR Management
belongs to LCM Order Management
belongs to Factory Flight Test
belongs to Documentation
belongs to LCM Helicopters
belongs to LCM EC635
identity Life Cycle Management
belongs to 2024-10-06
belongs to 2024-10-06
belongs to 2024-10-06
belongs to 2024-10-06
belongs to 2024-10-06
belongs to 2024-10-06
belongs to 2024-10-06
belongs to 2024-10-06
belongs to 2024-10-07
belongs to LCM F/A-18
belongs to LCM F-5
belongs to LCM Helicopters
belongs to LCM Propeller/UAV/LTDB
belongs to LCM Missiles & Support Systems
belongs to LCM OSTR Management
belongs to LCM Order Management
belongs to Factory Flight Test
belongs to Documentation
belongs to LCM F/A-18
belongs to LCM F-5
belongs to LCM Helicopters
belongs to LCM Propeller/UAV/LTDB
belongs to LCM Missiles & Support Systems
belongs to Factory Flight Test
belongs to LCM F/A-18
belongs to LCM F-5
belongs to LCM Helicopters
belongs to LCM Propeller/UAV/LTDB
belongs to LCM Missiles & Support Systems
belongs to LCM Order Management
belongs to Factory Flight Test
belongs to Documentation
belongs to LCM OSTR Management
belongs to LCM F/A-18
belongs to LCM F-5
belongs to LCM Helicopters
belongs to LCM Propeller/UAV/LTDB
belongs to LCM Missiles & Support Systems
belongs to LCM Order Management
belongs to Factory Flight Test
belongs to Documentation
belongs to LCM F/A-18
belongs to LCM F-5
belongs to LCM Helicopters
belongs to LCM Propeller/UAV/LTDB
belongs to LCM Missiles & Support Systems
belongs to LCM Order Management
belongs to Factory Flight Test
belongs to Documentation
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.