@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/pmd/automatce/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix obo_purl: <http://purl.obolibrary.org/obo/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . ns0:AUTOMATCE_0010181 metadata_def:mappingLoom "manufacturingcountrycode" ; metadata_def:mappingSameURI ns0:AUTOMATCE_0010181 ; metadata_def:prefLabel "manufacturing country code"@en ; a owl:Class ; rdfs:comment "Expected value datatype: xsd:string; expected code scheme: ISO 3166-1 alpha-2 or alpha-3."@en ; rdfs:label "manufacturing country code"@en ; rdfs:subClassOf obo_purl:IAO_0020000 ; skos:altLabel "country code"@en ; skos:definition "An identifier that records the country in which a part, product, material, or batch was manufactured."@en ; skos:example "\"DE\" as the manufacturing country code for a part manufactured in Germany."@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/pmd/automatce/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix obo_purl: <http://purl.obolibrary.org/obo/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:AUTOMATCE_0010181
    metadata_def:mappingLoom "manufacturingcountrycode" ;
    metadata_def:mappingSameURI ns0:AUTOMATCE_0010181 ;
    metadata_def:prefLabel "manufacturing country code"@en ;
    a owl:Class ;
    rdfs:comment "Expected value datatype: xsd:string; expected code scheme: ISO 3166-1 alpha-2 or alpha-3."@en ;
    rdfs:label "manufacturing country code"@en ;
    rdfs:subClassOf obo_purl:IAO_0020000 ;
    skos:altLabel "country code"@en ;
    skos:definition "An identifier that records the country in which a part, product, material, or batch was manufactured."@en ;
    skos:example "\"DE\" as the manufacturing country code for a part manufactured in Germany."@en .