<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://biohackathon.org/resource/faldo#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> <owl:DatatypeProperty rdf:about="http://biohackathon.org/resource/faldo#position"> <rdfs:label>position</rdfs:label> <rdfs:domain rdf:resource="http://biohackathon.org/resource/faldo#ExactPosition"/> <rdfs:comment>Denoted in 1-based closed coordinates, i.e. the position on the first amino acid or nucleotide of a sequence has the value 1. For nucleotide sequences we count from the 5'end of the sequence, while for Aminoacid sequences we start counting from the N-Terminus.</rdfs:comment> <rdfs:comment>The position value is the offset along the reference where this position is found. Thus the only the position value in combination with the reference determines where a position is.</rdfs:comment> </owl:DatatypeProperty> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://biohackathon.org/resource/faldo#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
  <owl:DatatypeProperty rdf:about="http://biohackathon.org/resource/faldo#position">
    <rdfs:label>position</rdfs:label>
    <rdfs:domain rdf:resource="http://biohackathon.org/resource/faldo#ExactPosition"/>
    <rdfs:comment>Denoted in 1-based closed coordinates, i.e. the position on the first amino acid or nucleotide of a sequence has the value 1. For nucleotide sequences we count from the 5'end of the sequence, while for Aminoacid sequences we start counting from the N-Terminus.</rdfs:comment>
    <rdfs:comment>The position value is the offset along the reference where this position is found. Thus the only the position value in combination with the reference determines where a position is.</rdfs:comment>
  </owl:DatatypeProperty>
</rdf:RDF>