@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/ns/csvw#> . @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"@en ; metadata:prefixIRI "csvw:Direction" ; a owl:Class ; rdfs:comment "The class of table/text directions."@en ; rdfs:isDefinedBy <http://www.w3.org/ns/csvw#> ; rdfs:label "Direction"@en ; rdfs:subClassOf owl:Thing . ns0:auto a ns0:Direction . ns0:ltr a ns0:Direction . ns0:rtl a ns0:Direction . ns0:tableDirection rdfs:range 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/csvw#> .
@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"@en ;
    metadata:prefixIRI "csvw:Direction" ;
    a owl:Class ;
    rdfs:comment "The class of table/text directions."@en ;
    rdfs:isDefinedBy <http://www.w3.org/ns/csvw#> ;
    rdfs:label "Direction"@en ;
    rdfs:subClassOf owl:Thing .

ns0:auto
    a ns0:Direction .

ns0:ltr
    a ns0:Direction .

ns0:rtl
    a ns0:Direction .

ns0:tableDirection
    rdfs:range ns0:Direction .

ns0:textDirection
    rdfs:range ns0:Direction .