@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.owl-ontologies.com/mason.owl#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:allowedProcessFor a owl:ObjectProperty ; rdfs:comment "Lie un procédé aux matériaux ou entités sur lequel il est envisageable"@fr ; rdfs:domain ns0:Manufacturing_operation ; rdfs:label "allowed process for"@en, "procédé possible pour"@fr ; owl:inverseOf ns0:isMachinableByProcess .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.owl-ontologies.com/mason.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:allowedProcessFor
    a owl:ObjectProperty ;
    rdfs:comment "Lie un procédé aux matériaux ou entités sur lequel il est envisageable"@fr ;
    rdfs:domain ns0:Manufacturing_operation ;
    rdfs:label "allowed process for"@en, "procédé possible pour"@fr ;
    owl:inverseOf ns0:isMachinableByProcess .