@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#> . ns0:after a owl:ObjectProperty ; rdfs:comment "This predicate is used when you want to describe a non-inclusive range. Only used in the InBetweenPosition to say it is after a nucleotide, but before the next one." ; rdfs:domain ns0:InBetweenPosition ; rdfs:label "after" ; rdfs:range 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#> .

ns0:after
    a owl:ObjectProperty ;
    rdfs:comment "This predicate is used when you want to describe a non-inclusive range. Only used in the InBetweenPosition to say it is after a nucleotide, but before the next one." ;
    rdfs:domain ns0:InBetweenPosition ;
    rdfs:label "after" ;
    rdfs:range ns0:ExactPosition .