@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/2006/time#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:Instant metadata_def:mappingLoom "timeinstant" ; metadata_def:mappingSameURI ns0:Instant ; metadata_def:prefLabel "Time instant"@en, "Time instant"@es ; metadata:prefixIRI "Instant" ; a owl:Class ; rdfs:comment "A temporal entity with zero extent or duration"@en, "Una entidad temporal con una extensión o duración cero."@es ; rdfs:label "Time instant"@en, "instante de tiempo."@es ; rdfs:subClassOf ns0:TemporalEntity ; owl:disjointWith ns0:ProperInterval ; skos:definition "A temporal entity with zero extent or duration"@en, "Una entidad temporal con una extensión o duración cero."@es . ns0:hasBeginning rdfs:range ns0:Instant . ns0:hasEnd rdfs:range ns0:Instant . ns0:inDateTime rdfs:domain ns0:Instant . ns0:inTemporalPosition rdfs:domain ns0:Instant . ns0:inTimePosition rdfs:domain ns0:Instant . ns0:inXSDDate rdfs:domain ns0:Instant . ns0:inXSDDateTime rdfs:domain ns0:Instant . ns0:inXSDDateTimeStamp rdfs:domain ns0:Instant . ns0:inXSDgYear rdfs:domain ns0:Instant . ns0:inXSDgYearMonth rdfs:domain ns0:Instant . ns0:inside rdfs:range ns0:Instant .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/2006/time#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:Instant
    metadata_def:mappingLoom "timeinstant" ;
    metadata_def:mappingSameURI ns0:Instant ;
    metadata_def:prefLabel "Time instant"@en, "Time instant"@es ;
    metadata:prefixIRI "Instant" ;
    a owl:Class ;
    rdfs:comment "A temporal entity with zero extent or duration"@en, "Una entidad temporal con una extensión o duración cero."@es ;
    rdfs:label "Time instant"@en, "instante de tiempo."@es ;
    rdfs:subClassOf ns0:TemporalEntity ;
    owl:disjointWith ns0:ProperInterval ;
    skos:definition "A temporal entity with zero extent or duration"@en, "Una entidad temporal con una extensión o duración cero."@es .

ns0:hasBeginning
    rdfs:range ns0:Instant .

ns0:hasEnd
    rdfs:range ns0:Instant .

ns0:inDateTime
    rdfs:domain ns0:Instant .

ns0:inTemporalPosition
    rdfs:domain ns0:Instant .

ns0:inTimePosition
    rdfs:domain ns0:Instant .

ns0:inXSDDate
    rdfs:domain ns0:Instant .

ns0:inXSDDateTime
    rdfs:domain ns0:Instant .

ns0:inXSDDateTimeStamp
    rdfs:domain ns0:Instant .

ns0:inXSDgYear
    rdfs:domain ns0:Instant .

ns0:inXSDgYearMonth
    rdfs:domain ns0:Instant .

ns0:inside
    rdfs:range ns0:Instant .