@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.aidimme.es/FurnitureSectorOntology.owl#> . @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/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:Assembly rdfs:subClassOf ns0:Process . ns0:BoardPreparation rdfs:subClassOf ns0:Process . ns0:Dispatching rdfs:subClassOf ns0:Process . ns0:Finishing rdfs:subClassOf ns0:Process . ns0:FirstProcessing rdfs:subClassOf ns0:Process . ns0:MachiningOperation rdfs:subClassOf ns0:Process . ns0:Process metadata_def:mappingLoom "processes" ; metadata_def:mappingSameURI ns0:Process ; metadata_def:prefLabel "Procesos"@es, "Processes"@en ; metadata:prefixIRI "FurnitureSectorOntology:Process" ; a owl:Class ; rdfs:comment "This category contains processes related to the manufacturing of furniture items."@en ; rdfs:label "Procesos"@es, "Processes"@en ; rdfs:subClassOf owl:Thing . ns0:Quartering rdfs:subClassOf ns0:Process . ns0:Storage rdfs:subClassOf ns0:Process . ns0:SurfacePreparation rdfs:subClassOf ns0:Process . ns0:Transport rdfs:subClassOf ns0:Process . ns0:Upholstering rdfs:subClassOf ns0:Process . ns0:isPerformedBy rdfs:domain ns0:Process . ns0:performs rdfs:range ns0:Process .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.aidimme.es/FurnitureSectorOntology.owl#> .
@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/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:Assembly
    rdfs:subClassOf ns0:Process .

ns0:BoardPreparation
    rdfs:subClassOf ns0:Process .

ns0:Dispatching
    rdfs:subClassOf ns0:Process .

ns0:Finishing
    rdfs:subClassOf ns0:Process .

ns0:FirstProcessing
    rdfs:subClassOf ns0:Process .

ns0:MachiningOperation
    rdfs:subClassOf ns0:Process .

ns0:Process
    metadata_def:mappingLoom "processes" ;
    metadata_def:mappingSameURI ns0:Process ;
    metadata_def:prefLabel "Procesos"@es, "Processes"@en ;
    metadata:prefixIRI "FurnitureSectorOntology:Process" ;
    a owl:Class ;
    rdfs:comment "This category contains processes related to the manufacturing of furniture items."@en ;
    rdfs:label "Procesos"@es, "Processes"@en ;
    rdfs:subClassOf owl:Thing .

ns0:Quartering
    rdfs:subClassOf ns0:Process .

ns0:Storage
    rdfs:subClassOf ns0:Process .

ns0:SurfacePreparation
    rdfs:subClassOf ns0:Process .

ns0:Transport
    rdfs:subClassOf ns0:Process .

ns0:Upholstering
    rdfs:subClassOf ns0:Process .

ns0:isPerformedBy
    rdfs:domain ns0:Process .

ns0:performs
    rdfs:range ns0:Process .