@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purls.helmholtz-metadaten.de/mwo/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix schema: <http://schema.org/> . @prefix obo_purl: <http://purl.obolibrary.org/obo/> . ns0:aboutMaterial obo_purl:IAO_0000115 "A relation between a dataset and the material it contains data on."@en ; a owl:ObjectProperty ; rdfs:domain schema:CreativeWork ; rdfs:label "about material"@en ; rdfs:range ns0:Material .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purls.helmholtz-metadaten.de/mwo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix obo_purl: <http://purl.obolibrary.org/obo/> .

ns0:aboutMaterial
    obo_purl:IAO_0000115 "A relation between a dataset and the material it contains data on."@en ;
    a owl:ObjectProperty ;
    rdfs:domain schema:CreativeWork ;
    rdfs:label "about material"@en ;
    rdfs:range ns0:Material .