@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/> . @prefix ns1: <http://en.wikipedia.org/wiki/> . ns0:C-TerminalPosition owl:disjointWith ns0:N-TerminalPosition . ns0:N-TerminalPosition metadata_def:mappingLoom "nterminalposition" ; metadata_def:mappingSameURI ns0:N-TerminalPosition ; metadata_def:prefLabel "N-TerminalPosition" ; metadata:prefixIRI "N-TerminalPosition" ; a owl:Class ; rdfs:comment "The position of the starting amino-acid a protein or polypeptide terminated by an amino acid with a free amine group (-NH2). The convention for writing peptide sequences is to put the N-terminus on the left and write the sequence from N- to C-terminus. Instances of this class are often used when the reference sequence is not complete " ; rdfs:seeAlso ns1:N-terminus ; rdfs:subClassOf ns0:ExactPosition .
@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/> .
@prefix ns1: <http://en.wikipedia.org/wiki/> .

ns0:C-TerminalPosition
    owl:disjointWith ns0:N-TerminalPosition .

ns0:N-TerminalPosition
    metadata_def:mappingLoom "nterminalposition" ;
    metadata_def:mappingSameURI ns0:N-TerminalPosition ;
    metadata_def:prefLabel "N-TerminalPosition" ;
    metadata:prefixIRI "N-TerminalPosition" ;
    a owl:Class ;
    rdfs:comment "The position of the starting amino-acid a protein or polypeptide terminated by an amino acid with a free amine group (-NH2). The convention for writing peptide sequences is to put the N-terminus on the left and write the sequence from N- to C-terminus. Instances of this class are often used when the reference sequence is not complete " ;
    rdfs:seeAlso ns1:N-terminus ;
    rdfs:subClassOf ns0:ExactPosition .