@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://www.infrarisk-fp7.eu/vocabs/#> . @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/> . ns0:Line metadata_def:mappingLoom "line" ; metadata_def:mappingSameURI ns0:Line ; metadata_def:prefLabel "Line" ; a owl:Class ; rdfs:comment " Line is a geometry represented by a curve between points" ; rdfs:label "Line" ; rdfs:subClassOf rdfs:Resource, ns0:GeographicalFeature .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://www.infrarisk-fp7.eu/vocabs/#> .
@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/> .

ns0:Line
    metadata_def:mappingLoom "line" ;
    metadata_def:mappingSameURI ns0:Line ;
    metadata_def:prefLabel "Line" ;
    a owl:Class ;
    rdfs:comment " Line is a geometry represented by a curve between points" ;
    rdfs:label "Line" ;
    rdfs:subClassOf rdfs:Resource, ns0:GeographicalFeature .