@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://biohackathon.org/resource/faldo#> . @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:BagOfRegions rdfs:subClassOf ns0:CollectionOfRegions . ns0:CollectionOfRegions metadata_def:mappingLoom "collectionofregions" ; metadata_def:mappingSameURI ns0:CollectionOfRegions ; metadata_def:prefLabel "Collection of regions" ; metadata:prefixIRI "CollectionOfRegions" ; a owl:Class ; rdfs:comment "Sometimes a location of a feature is defined by a collection of regions e.g. join() and order() in INSDC records. One should always try to model the semantics more accurately than this, these are fallback options to encode legacy data." ; rdfs:label "Collection of regions" ; rdfs:subClassOf owl:Thing . ns0:ListOfRegions rdfs:subClassOf ns0:CollectionOfRegions .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://biohackathon.org/resource/faldo#> .
@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:BagOfRegions
    rdfs:subClassOf ns0:CollectionOfRegions .

ns0:CollectionOfRegions
    metadata_def:mappingLoom "collectionofregions" ;
    metadata_def:mappingSameURI ns0:CollectionOfRegions ;
    metadata_def:prefLabel "Collection of regions" ;
    metadata:prefixIRI "CollectionOfRegions" ;
    a owl:Class ;
    rdfs:comment "Sometimes a location of a feature is defined by a collection of regions e.g. join() and order() in INSDC records. One should always try to model the semantics more accurately than this, these are fallback options to encode legacy data." ;
    rdfs:label "Collection of regions" ;
    rdfs:subClassOf owl:Thing .

ns0:ListOfRegions
    rdfs:subClassOf ns0:CollectionOfRegions .