@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://saref.etsi.org/core/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:Time metadata_def:mappingLoom "time" ; metadata_def:mappingSameURI ns0:Time ; metadata_def:prefLabel "Time" ; metadata:prefixIRI "saref:Time" ; a owl:Class ; rdfs:comment "A class that allows to specify the time concept."@en ; rdfs:label "Time"@en ; rdfs:subClassOf owl:Thing . ns0:hasTime rdfs:range ns0:Time .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://saref.etsi.org/core/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:Time
    metadata_def:mappingLoom "time" ;
    metadata_def:mappingSameURI ns0:Time ;
    metadata_def:prefLabel "Time" ;
    metadata:prefixIRI "saref:Time" ;
    a owl:Class ;
    rdfs:comment "A class that allows to specify the time concept."@en ;
    rdfs:label "Time"@en ;
    rdfs:subClassOf owl:Thing .

ns0:hasTime
    rdfs:range ns0:Time .