IRI: http://www.w3.org/2006/time#Interval
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix time: <http://www.w3.org/2006/time#> .
time:Interval a owl:Class ;
rdfs:label "interval"@en,
"time interval"@en ;
rdfs:comment "A temporal entity with an extent or duration."@en,
"The interval of research years that it is taken into consideration (e.g., the first 5/10 years)."@en ;
rdfs:isDefinedBy time: ;
rdfs:subClassOf time:TemporalEntity .
<?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="http://www.w3.org/2006/time#Interval">
<rdfs:label xml:lang="en">interval</rdfs:label>
<rdfs:label xml:lang="en">time interval</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2006/time#"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2006/time#TemporalEntity"/>
<rdfs:comment xml:lang="en">A temporal entity with an extent or duration.</rdfs:comment>
<rdfs:comment xml:lang="en">The interval of research years that it is taken into consideration (e.g., the first 5/10 years).</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2006/time#Interval",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A temporal entity with an extent or duration."
},
{
"@language": "en",
"@value": "The interval of research years that it is taken into consideration (e.g., the first 5/10 years)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.w3.org/2006/time#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "interval"
},
{
"@language": "en",
"@value": "time interval"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.w3.org/2006/time#TemporalEntity"
}
]
}
]<http://www.w3.org/2006/time#Interval> <http://www.w3.org/2000/01/rdf-schema#label> "interval"@en .
<http://www.w3.org/2006/time#Interval> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/2006/time#> .
<http://www.w3.org/2006/time#Interval> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2006/time#TemporalEntity> .
<http://www.w3.org/2006/time#Interval> <http://www.w3.org/2000/01/rdf-schema#label> "time interval"@en .
<http://www.w3.org/2006/time#Interval> <http://www.w3.org/2000/01/rdf-schema#comment> "A temporal entity with an extent or duration."@en .
<http://www.w3.org/2006/time#Interval> <http://www.w3.org/2000/01/rdf-schema#comment> "The interval of research years that it is taken into consideration (e.g., the first 5/10 years)."@en .
<http://www.w3.org/2006/time#Interval> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .