@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://www.materialdigital.de/ontomat/instance/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns1: <https://www.materialdigital.de/ontomat/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:epoxy-M_LY556_GFKUD0-MaterialForming-PO08 ns1:producedBy ns0:part-handling-asset-01 . ns0:part-handling-asset-01 a owl:NamedIndividual, ns1:Robot ; rdfs:label "Automated part handling robot unit XYZ" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://www.materialdigital.de/ontomat/instance/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <https://www.materialdigital.de/ontomat/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:epoxy-M_LY556_GFKUD0-MaterialForming-PO08
    ns1:producedBy ns0:part-handling-asset-01 .

ns0:part-handling-asset-01
    a owl:NamedIndividual, ns1:Robot ;
    rdfs:label "Automated part handling robot unit XYZ" .