@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/ns/oa#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:Direction metadata_def:mappingLoom "direction" ; metadata_def:mappingSameURI ns0:Direction ; metadata_def:prefLabel "Direction" ; metadata:prefixIRI "oa:Direction" ; a owl:Class ; rdfs:comment "A class to encapsulate the different text directions that a textual resource might take. It is not used directly in the Annotation Model, only its three instances." ; rdfs:isDefinedBy <http://www.w3.org/ns/oa#> ; rdfs:label "Direction" ; rdfs:subClassOf owl:Thing . ns0:ltrDirection a ns0:Direction . ns0:rtlDirection a ns0:Direction . ns0:textDirection rdfs:range ns0:Direction .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/ns/oa#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:Direction
    metadata_def:mappingLoom "direction" ;
    metadata_def:mappingSameURI ns0:Direction ;
    metadata_def:prefLabel "Direction" ;
    metadata:prefixIRI "oa:Direction" ;
    a owl:Class ;
    rdfs:comment "A class to encapsulate the different text directions that a textual resource might take.  It is not used directly in the Annotation Model, only its three instances." ;
    rdfs:isDefinedBy <http://www.w3.org/ns/oa#> ;
    rdfs:label "Direction" ;
    rdfs:subClassOf owl:Thing .

ns0:ltrDirection
    a ns0:Direction .

ns0:rtlDirection
    a ns0:Direction .

ns0:textDirection
    rdfs:range ns0:Direction .