@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dataportal.material-digital.de/dataset/bcd36bad-66d6-44aa-a9de-00940771a043> a dcat:Dataset ;
    dct:description "Dataset demonstrating the conversion of a aas payload referencing the aas inspection document sub model to pmdco knowledge graph and the other way round." ;
    dct:identifier "bcd36bad-66d6-44aa-a9de-00940771a043" ;
    dct:issued "2026-03-09T11:12:34.751519"^^xsd:dateTime ;
    dct:modified "2026-04-15T08:20:33.357954"^^xsd:dateTime ;
    dct:title "AAS Inspection Document Submodel Usecase" ;
    dcat:contactPoint [ a vcard:Kind ] ;
    dcat:distribution <https://dataportal.material-digital.de/dataset/bcd36bad-66d6-44aa-a9de-00940771a043/resource/2107ae74-38dc-4c39-a3ee-0676f123ee56>,
        <https://dataportal.material-digital.de/dataset/bcd36bad-66d6-44aa-a9de-00940771a043/resource/66b613e7-a36b-407c-87c7-0c29eb387294> ;
    dcat:keyword "AAS" ;
    dcat:qualifiedAttribution [ a dcat:Attribution ] ;
    prov:wasGeneratedBy [ a prov:Activity ] .

<https://dataportal.material-digital.de/dataset/bcd36bad-66d6-44aa-a9de-00940771a043/resource/2107ae74-38dc-4c39-a3ee-0676f123ee56> a dcat:Distribution ;
    dct:description "This ontology represents the data model for the Asset Administration Shell according to the specification version V3.1." ;
    dct:issued "2026-03-09T11:19:44.930819"^^xsd:dateTime ;
    dct:modified "2026-04-15T08:20:33.361309"^^xsd:dateTime ;
    dct:title "aas.ttl" ;
    dcat:accessService [ a dcat:DataService ] ;
    dcat:accessURL <https://raw.githubusercontent.com/admin-shell-io/aas-specs-metamodel/refs/heads/master/schemas/rdf/rdf-ontology.ttl> ;
    dcat:mediaType "text/turtle" .

<https://dataportal.material-digital.de/dataset/bcd36bad-66d6-44aa-a9de-00940771a043/resource/66b613e7-a36b-407c-87c7-0c29eb387294> a dcat:Distribution ;
    dct:description "Example JSON Payload" ;
    dct:format "JSON" ;
    dct:issued "2026-03-09T11:15:38.007312"^^xsd:dateTime ;
    dct:modified "2026-03-09T11:15:38.137055"^^xsd:dateTime ;
    dct:title "IDTA 02032-1-0_Template Inspection Documents of Steel Products.json" ;
    dcat:accessService [ a dcat:DataService ] ;
    dcat:accessURL <https://raw.githubusercontent.com/admin-shell-io/submodel-templates/refs/heads/main/published/Inspection%20Documents%20of%20Steel%20Products/1/0/IDTA%2002032-1-0_Template%20Inspection%20Documents%20of%20Steel%20Products.json> ;
    dcat:mediaType "application/json" .

