@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:BothStrandsPosition rdfs:subClassOf ns0:StrandedPosition . ns0:ForwardStrandPosition rdfs:subClassOf ns0:StrandedPosition . ns0:InRangePosition owl:disjointWith ns0:StrandedPosition . ns0:ReverseStrandPosition rdfs:subClassOf ns0:StrandedPosition . ns0:StrandedPosition metadata_def:mappingLoom "strandedposition" ; metadata_def:mappingSameURI ns0:StrandedPosition ; metadata_def:prefLabel "Stranded position" ; metadata:prefixIRI "StrandedPosition" ; a owl:Class ; rdfs:comment "Part of the coordinate system denoting on which strand the feature can be found. If you do not yet know which stand the feature is on, you should tag the position with just this class. If you know more you should use one of the subclasses. This means a region described with a '.' in GFF3. A GFF3 unstranded position does not have this type in FALDO -- those are just a 'position'." ; rdfs:label "Stranded position" ; rdfs:subClassOf ns0:Position .
@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:BothStrandsPosition
    rdfs:subClassOf ns0:StrandedPosition .

ns0:ForwardStrandPosition
    rdfs:subClassOf ns0:StrandedPosition .

ns0:InRangePosition
    owl:disjointWith ns0:StrandedPosition .

ns0:ReverseStrandPosition
    rdfs:subClassOf ns0:StrandedPosition .

ns0:StrandedPosition
    metadata_def:mappingLoom "strandedposition" ;
    metadata_def:mappingSameURI ns0:StrandedPosition ;
    metadata_def:prefLabel "Stranded position" ;
    metadata:prefixIRI "StrandedPosition" ;
    a owl:Class ;
    rdfs:comment "Part of the coordinate system denoting on which strand the feature can be found. If you do not yet know which stand the feature is on, you should tag the position with just this class. If you know more you should use one of the subclasses. This means a region described with a '.' in GFF3. A GFF3 unstranded position does not have this type in FALDO -- those are just a 'position'." ;
    rdfs:label "Stranded position" ;
    rdfs:subClassOf ns0:Position .