@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix schema: <http://schema.org/> . @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/> . @prefix ns0: <https://schema.org/> . schema:DriveWheelConfigurationValue metadata_def:mappingLoom "drivewheelconfigurationvalue" ; metadata_def:mappingSameURI schema:DriveWheelConfigurationValue ; metadata_def:prefLabel "DriveWheelConfigurationValue"@en ; metadata:prefixIRI "schema:DriveWheelConfigurationValue" ; a owl:Class, owl:NamedIndividual ; rdfs:comment "A value indicating which roadwheels will receive torque."@en ; rdfs:isDefinedBy ns0:DriveWheelConfigurationValue ; rdfs:label "DriveWheelConfigurationValue"@en ; rdfs:subClassOf schema:QualitativeValue .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <http://schema.org/> .
@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/> .
@prefix ns0: <https://schema.org/> .

schema:DriveWheelConfigurationValue
    metadata_def:mappingLoom "drivewheelconfigurationvalue" ;
    metadata_def:mappingSameURI schema:DriveWheelConfigurationValue ;
    metadata_def:prefLabel "DriveWheelConfigurationValue"@en ;
    metadata:prefixIRI "schema:DriveWheelConfigurationValue" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:comment "A value indicating which roadwheels will receive torque."@en ;
    rdfs:isDefinedBy ns0:DriveWheelConfigurationValue ;
    rdfs:label "DriveWheelConfigurationValue"@en ;
    rdfs:subClassOf schema:QualitativeValue .