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

Attributes

OWL-Time
Tiempo en OWL
2006-09-27
2017-04-06
Copyright © 2006-2017 W3C, OGC. W3C and OGC liability, trademark and document use rules apply.
2016-06-15 - initial update of OWL-Time - modified to support arbitrary temporal reference systems.
2016-12-20 - adjust range of time:timeZone to time:TimeZone, moved up from the tzont ontology.
2016-12-20 - restore time:Year and time:January which were present in the 2006 version of the ontology, but now marked "deprecated".
2017-02 - intervalIn, intervalDisjoint, monthOfYear added; TemporalUnit subclass of TemporalDuration
2017-04-06 - hasTime, hasXSDDuration added; Number removed; all duration elements changed to xsd:decimal
Update of OWL-Time ontology, extended to support general temporal reference systems. Ontology engineering by Simon J D Cox
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: No results found.
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.