Jump to:
@prefix : <https://w3id.org/MON/time.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Instant a owl:Class ;
rdfs:label "Instant"@en ;
rdfs:comment "A very short segment of time."@en ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty :inXSDDateTime ;
owl:someValuesFrom xsd:dateTime ],
:Interval .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:nodeID="Nc1bb354d76b64c1b9d972b18e6f85e33">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="https://w3id.org/MON/time.owl#inXSDDateTime"/>
<owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/MON/time.owl#Instant">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="https://w3id.org/MON/time.owl#Interval"/>
<rdfs:subClassOf rdf:nodeID="Nc1bb354d76b64c1b9d972b18e6f85e33"/>
<rdfs:comment xml:lang="en">A very short segment of time.</rdfs:comment>
<rdfs:label xml:lang="en">Instant</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/time.owl#Instant",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A very short segment of time."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "Instant"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "https://w3id.org/MON/time.owl#Interval"
},
{
"@id": "_:Nc1bb354d76b64c1b9d972b18e6f85e33"
}
]
},
{
"@id": "_:Nc1bb354d76b64c1b9d972b18e6f85e33",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "https://w3id.org/MON/time.owl#inXSDDateTime"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
]
}
]_:Nc1bb354d76b64c1b9d972b18e6f85e33 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://www.w3.org/2001/XMLSchema#dateTime> .
<https://w3id.org/MON/time.owl#Instant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/MON/time.owl#Instant> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/MON/time.owl#Interval> .
<https://w3id.org/MON/time.owl#Instant> <http://www.w3.org/2000/01/rdf-schema#comment> "A very short segment of time."@en .
<https://w3id.org/MON/time.owl#Instant> <http://www.w3.org/2000/01/rdf-schema#label> "Instant"@en .
<https://w3id.org/MON/time.owl#Instant> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:Nc1bb354d76b64c1b9d972b18e6f85e33 .
_:Nc1bb354d76b64c1b9d972b18e6f85e33 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:Nc1bb354d76b64c1b9d972b18e6f85e33 <http://www.w3.org/2002/07/owl#onProperty> <https://w3id.org/MON/time.owl#inXSDDateTime> .
@prefix : <https://w3id.org/MON/time.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:Interval a owl:Class ;
rdfs:label "Interval"@en ;
rdfs:comment "A segment of time."@en ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty :hasBeginning ;
owl:someValuesFrom :Instant ],
[ a owl:Restriction ;
owl:onProperty :hasEnd ;
owl:someValuesFrom :Instant ],
:TemporalEntity .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/time.owl#Interval">
<rdfs:subClassOf rdf:nodeID="N8e272d4a81b547cc9dcd9caf288db159"/>
<rdfs:subClassOf rdf:nodeID="Ndc552484b6c64655aeec78646aeb947c"/>
<rdfs:subClassOf rdf:resource="https://w3id.org/MON/time.owl#TemporalEntity"/>
<rdfs:label xml:lang="en">Interval</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A segment of time.</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:nodeID="Ndc552484b6c64655aeec78646aeb947c">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="https://w3id.org/MON/time.owl#hasEnd"/>
<owl:someValuesFrom rdf:resource="https://w3id.org/MON/time.owl#Instant"/>
</rdf:Description>
<rdf:Description rdf:nodeID="N8e272d4a81b547cc9dcd9caf288db159">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="https://w3id.org/MON/time.owl#hasBeginning"/>
<owl:someValuesFrom rdf:resource="https://w3id.org/MON/time.owl#Instant"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/time.owl#Interval",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A segment of time."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "Interval"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:N8e272d4a81b547cc9dcd9caf288db159"
},
{
"@id": "_:Ndc552484b6c64655aeec78646aeb947c"
},
{
"@id": "https://w3id.org/MON/time.owl#TemporalEntity"
}
]
},
{
"@id": "_:N8e272d4a81b547cc9dcd9caf288db159",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "https://w3id.org/MON/time.owl#hasBeginning"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "https://w3id.org/MON/time.owl#Instant"
}
]
},
{
"@id": "_:Ndc552484b6c64655aeec78646aeb947c",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "https://w3id.org/MON/time.owl#hasEnd"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "https://w3id.org/MON/time.owl#Instant"
}
]
}
]<https://w3id.org/MON/time.owl#Interval> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:N8e272d4a81b547cc9dcd9caf288db159 .
_:Ndc552484b6c64655aeec78646aeb947c <http://www.w3.org/2002/07/owl#onProperty> <https://w3id.org/MON/time.owl#hasEnd> .
<https://w3id.org/MON/time.owl#Interval> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:Ndc552484b6c64655aeec78646aeb947c .
_:Ndc552484b6c64655aeec78646aeb947c <http://www.w3.org/2002/07/owl#someValuesFrom> <https://w3id.org/MON/time.owl#Instant> .
<https://w3id.org/MON/time.owl#Interval> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/MON/time.owl#TemporalEntity> .
_:N8e272d4a81b547cc9dcd9caf288db159 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:N8e272d4a81b547cc9dcd9caf288db159 <http://www.w3.org/2002/07/owl#onProperty> <https://w3id.org/MON/time.owl#hasBeginning> .
_:Ndc552484b6c64655aeec78646aeb947c <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:N8e272d4a81b547cc9dcd9caf288db159 <http://www.w3.org/2002/07/owl#someValuesFrom> <https://w3id.org/MON/time.owl#Instant> .
<https://w3id.org/MON/time.owl#Interval> <http://www.w3.org/2000/01/rdf-schema#label> "Interval"@en .
<https://w3id.org/MON/time.owl#Interval> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/MON/time.owl#Interval> <http://www.w3.org/2000/01/rdf-schema#comment> "A segment of time."@en .
IRI: https://w3id.org/MON/time.owl#TemporalEntity
@prefix : <https://w3id.org/MON/time.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:TemporalEntity a owl:Class ;
rdfs:label "Temporal entity"@en ;
rdfs:comment "This class represents any entity describing a time period."@en ;
rdfs:subClassOf <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#TimeInterval> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/time.owl#TemporalEntity">
<rdfs:label xml:lang="en">Temporal entity</rdfs:label>
<rdfs:comment xml:lang="en">This class represents any entity describing a time period.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#TimeInterval"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/time.owl#TemporalEntity",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "This class represents any entity describing a time period."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "Temporal entity"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#TimeInterval"
}
]
}
]<https://w3id.org/MON/time.owl#TemporalEntity> <http://www.w3.org/2000/01/rdf-schema#label> "Temporal entity"@en .
<https://w3id.org/MON/time.owl#TemporalEntity> <http://www.w3.org/2000/01/rdf-schema#comment> "This class represents any entity describing a time period."@en .
<https://w3id.org/MON/time.owl#TemporalEntity> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#TimeInterval> .
<https://w3id.org/MON/time.owl#TemporalEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
Jump to:
IRI: https://w3id.org/MON/time.owl#atTime
@prefix : <https://w3id.org/MON/time.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:atTime a owl:ObjectProperty ;
rdfs:label "at time"@en ;
rdfs:comment "It associates something with a temporal entity (for any reason)."@en ;
rdfs:range :TemporalEntity ;
rdfs:subPropertyOf <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegion> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/time.owl#atTime">
<rdfs:label xml:lang="en">at time</rdfs:label>
<rdfs:comment xml:lang="en">It associates something with a temporal entity (for any reason).</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegion"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="https://w3id.org/MON/time.owl#TemporalEntity"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/time.owl#atTime",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "It associates something with a temporal entity (for any reason)."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "at time"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/MON/time.owl#TemporalEntity"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegion"
}
]
}
]<https://w3id.org/MON/time.owl#atTime> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/MON/time.owl#TemporalEntity> .
<https://w3id.org/MON/time.owl#atTime> <http://www.w3.org/2000/01/rdf-schema#comment> "It associates something with a temporal entity (for any reason)."@en .
<https://w3id.org/MON/time.owl#atTime> <http://www.w3.org/2000/01/rdf-schema#label> "at time"@en .
<https://w3id.org/MON/time.owl#atTime> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegion> .
<https://w3id.org/MON/time.owl#atTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: https://w3id.org/MON/time.owl#hasBeginning
@prefix : <https://w3id.org/MON/time.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:hasBeginning a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "has beginning"@en ;
rdfs:comment "It associates an Interval with the Instant when it begins."@en ;
rdfs:domain :Interval ;
rdfs:range :Instant ;
rdfs:subPropertyOf <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegion> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/time.owl#hasBeginning">
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegion"/>
<rdfs:range rdf:resource="https://w3id.org/MON/time.owl#Instant"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/time.owl#Interval"/>
<rdfs:label xml:lang="en">has beginning</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">It associates an Interval with the Instant when it begins.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/time.owl#hasBeginning",
"@type": [
"http://www.w3.org/2002/07/owl#FunctionalProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "It associates an Interval with the Instant when it begins."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/time.owl#Interval"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has beginning"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/MON/time.owl#Instant"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegion"
}
]
}
]<https://w3id.org/MON/time.owl#hasBeginning> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegion> .
<https://w3id.org/MON/time.owl#hasBeginning> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<https://w3id.org/MON/time.owl#hasBeginning> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/time.owl#hasBeginning> <http://www.w3.org/2000/01/rdf-schema#comment> "It associates an Interval with the Instant when it begins."@en .
<https://w3id.org/MON/time.owl#hasBeginning> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/MON/time.owl#Instant> .
<https://w3id.org/MON/time.owl#hasBeginning> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/time.owl#Interval> .
<https://w3id.org/MON/time.owl#hasBeginning> <http://www.w3.org/2000/01/rdf-schema#label> "has beginning"@en .
IRI: https://w3id.org/MON/time.owl#hasEnd
@prefix : <https://w3id.org/MON/time.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:hasEnd a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "has end"@en ;
rdfs:comment "It associates an Interval with the Instant when it ends."@en ;
rdfs:domain :Interval ;
rdfs:range :Instant ;
rdfs:subPropertyOf <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegion> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/time.owl#hasEnd">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="https://w3id.org/MON/time.owl#Instant"/>
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegion"/>
<rdfs:comment xml:lang="en">It associates an Interval with the Instant when it ends.</rdfs:comment>
<rdfs:label xml:lang="en">has end</rdfs:label>
<rdfs:domain rdf:resource="https://w3id.org/MON/time.owl#Interval"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/time.owl#hasEnd",
"@type": [
"http://www.w3.org/2002/07/owl#FunctionalProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "It associates an Interval with the Instant when it ends."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/time.owl#Interval"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has end"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/MON/time.owl#Instant"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegion"
}
]
}
]<https://w3id.org/MON/time.owl#hasEnd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<https://w3id.org/MON/time.owl#hasEnd> <http://www.w3.org/2000/01/rdf-schema#comment> "It associates an Interval with the Instant when it ends."@en .
<https://w3id.org/MON/time.owl#hasEnd> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegion> .
<https://w3id.org/MON/time.owl#hasEnd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/time.owl#hasEnd> <http://www.w3.org/2000/01/rdf-schema#label> "has end"@en .
<https://w3id.org/MON/time.owl#hasEnd> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/time.owl#Interval> .
<https://w3id.org/MON/time.owl#hasEnd> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/MON/time.owl#Instant> .
Jump to:
IRI: http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegionDataValue
@prefix : <https://w3id.org/MON/time.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:inXSDDateTime a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "in XSD date time" ;
rdfs:domain :Instant ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegionDataValue> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/time.owl#inXSDDateTime">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/time.owl#Instant"/>
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegionDataValue"/>
<rdfs:label>in XSD date time</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/time.owl#inXSDDateTime",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/time.owl#Instant"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "in XSD date time"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegionDataValue"
}
]
}
]<https://w3id.org/MON/time.owl#inXSDDateTime> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegionDataValue> .
<https://w3id.org/MON/time.owl#inXSDDateTime> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<https://w3id.org/MON/time.owl#inXSDDateTime> <http://www.w3.org/2000/01/rdf-schema#label> "in XSD date time" .
<https://w3id.org/MON/time.owl#inXSDDateTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://w3id.org/MON/time.owl#inXSDDateTime> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/time.owl#Instant> .
<https://w3id.org/MON/time.owl#inXSDDateTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
Jump to:
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:description a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/description">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/description",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:title a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/title">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/title",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/title> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .