@prefix cx: <urn:samm:io.catenax.batch:3.0.1#> .
@prefix ext-built: <urn:samm:io.catenax.shared.part_site_information_as_built:2.0.0#> .
@prefix ext-classification: <urn:samm:io.catenax.shared.part_classification:1.0.0#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<#Batch_580d3adf-1981-44a0-a214-13d6ceed9379> a cx:Batch ;
    cx:catenaXId "580d3adf-1981-44a0-a214-13d6ceed9379" ;
    cx:localIdentifiers <#LocalIdentifier_batchId_BID12345678> ;
    cx:manufacturingInformation <#ManufacturingEntity_HUR_2025-09-26> ;
    cx:partTypeInformation <#PartTypeInformation_123-0.740-3434-A> .

<#Classification_1004712> a ext-classification:ClassificationEntity ;
    ext-classification:classificationDescription "Generic standard for classification of parts in the automotive industry." ;
    ext-classification:classificationID "1004712" ;
    ext-classification:classificationStandard "GIN 20510-21513" .

<#LocalIdentifier_batchId_BID12345678> a cx:KeyValueList ;
    cx:key "batchId" ;
    cx:value "BID12345678" .

<#ManufacturingEntity_HUR_2025-09-26> a cx:ManufacturingEntity ;
    cx:country "HUR" ;
    cx:date "2025-09-26" ;
    ext-built:sites <#Site_BPNS1234567890ZZ> .

<#PartTypeInformation_123-0.740-3434-A> a cx:PartTypeInformationEntity ;
    cx:manufacturerPartId "123-0.740-3434-A" ;
    cx:nameAtManufacturer "Mirror left" ;
    ext-classification:partClassification <#Classification_1004712> .

<#Site_BPNS1234567890ZZ> a ext-built:SitesEntity ;
    ext-built:catenaXsiteId "BPNS1234567890ZZ" ;
    ext-built:function "production" .

<https://github.com/Mat-O-Lab/RDFConverter/releases/tag/v1.3.0> a prov:SoftwareAgent ;
    rdfs:label "RDFConverterv1.3.0" ;
    prov:hadPrimarySource <https://github.com/Mat-O-Lab/RDFConverter> .

<http://localhost:6003/api/createrdf> a prov:Activity ;
    prov:wasAssociatedWith <https://github.com/Mat-O-Lab/RDFConverter/releases/tag/v1.3.0> ;
    prov:wasInformedBy <https://dataportal.material-digital.de/dataset/a0816546-da5d-4e0c-aef3-45dbb174da90/resource/25971032-88f6-46f8-9130-3122a2ed5762/download/catenax-batch-map.yaml> .

<https://raw.githubusercontent.com/eclipse-tractusx/sldt-semantic-models/refs/heads/main/io.catenax.batch/3.0.1/gen/Batch.json> a prov:Entity .

[] prov:generatedAtTime "2026-03-19T09:08:29.052667"^^xsd:dateTime ;
    prov:qualifiedDerivation [ a prov:Derivation ;
            prov:entity <https://raw.githubusercontent.com/eclipse-tractusx/sldt-semantic-models/refs/heads/main/io.catenax.batch/3.0.1/gen/Batch.json> ;
            prov:hadActivity <http://localhost:6003/api/createrdf> ] ;
    prov:wasDerivedFrom <https://raw.githubusercontent.com/eclipse-tractusx/sldt-semantic-models/refs/heads/main/io.catenax.batch/3.0.1/gen/Batch.json> ;
    prov:wasGeneratedBy <http://localhost:6003/api/createrdf> .

