@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix obi: <http://purl.obolibrary.org/obo/OBI_> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix schema1: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://doi.org/https://dx.doi.org/10.22000/vfugkg6tszz9tmqe> a dcat:Dataset ;
    dct:conformsTo [ a dct:Standard ;
            dct:description "https://w3id.org/nfdi-de/dcat-ap-plus" ;
            dct:title "DCAT-AP-PLUS" ] ;
    dct:creator [ a foaf:Agent ;
            dct:type [ a skos:Concept ;
                    dct:description "A human being." ;
                    skos:prefLabel "person" ] ;
            foaf:name "Weißer Kilian" ] ;
    dct:description "No description" ;
    dct:identifier "https://doi.org/https://dx.doi.org/10.22000/vfugkg6tszz9tmqe" ;
    dct:issued "2026-03-31"^^xsd:date ;
    dct:language [ a dct:LinguisticSystem ;
            dct:description "http://id.loc.gov/vocabulary/iso639-1/en" ;
            dct:title "en" ] ;
    dct:modified "2026-03-31"^^xsd:date ;
    dct:publisher [ a foaf:Agent ;
            dct:type [ a skos:Concept ;
                    dct:description "http://purl.org/adms/publishertype/Academia-ScientificOrganisation" ;
                    skos:prefLabel "Academia/Scientific organisation" ] ;
            foaf:name "Radar4Chem " ] ;
    dct:subject <https://doi.org/https://dx.doi.org/10.22000/vfugkg6tszz9tmqe#sample> ;
    dct:title "Trispyrazolyl Borate Iron Thiolate Complexes and the Dependence of their O2-Reactivity on the Reaction Space" ;
    adms:identifier [ a adms:Identifier ;
            dct:description "The DOI of this dataset" ;
            dct:title "DOI" ;
            skos:notation "https://dx.doi.org/10.22000/vfugkg6tszz9tmqe" ],
        [ a adms:Identifier ;
            dct:description "The id of this dataset within the NFDI4Chem Search Service (https://search.nfdi4chem.de/)" ;
            dct:title "Search Service ID" ;
            skos:notation "https://search.nfdi4chem.de/dataset/10-22000-vfugkg6tszz9tmqe" ] ;
    prov:wasGeneratedBy <https://doi.org/https://dx.doi.org/10.22000/vfugkg6tszz9tmqe#measurement> .

obi:0000070 a schema1:DefinedTerm ;
    schema1:name "Unknown" .

<https://doi.org/https://dx.doi.org/10.22000/vfugkg6tszz9tmqe#measurement> a obi:0000070,
        prov:Activity ;
    prov:used <https://doi.org/https://dx.doi.org/10.22000/vfugkg6tszz9tmqe#sample> .

<https://doi.org/https://dx.doi.org/10.22000/vfugkg6tszz9tmqe#sample_compound> a prov:Entity .

<https://doi.org/https://dx.doi.org/10.22000/vfugkg6tszz9tmqe#sample> a prov:Entity ;
    dct:hasPart <https://doi.org/https://dx.doi.org/10.22000/vfugkg6tszz9tmqe#sample_compound> ;
    dct:title "evaluated sample" .

