@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.optimade.org/ontology/materials-databases/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:isDescribedByMaterialsModel a owl:ObjectProperty ; rdfs:comment "An isDescribedByMaterialsModel relationship states that a material is described by a materials model"@en ; rdfs:domain ns0:Material ; rdfs:label "is described by materials model"@en ; rdfs:range ns0:MaterialsModel .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.optimade.org/ontology/materials-databases/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:isDescribedByMaterialsModel
    a owl:ObjectProperty ;
    rdfs:comment "An isDescribedByMaterialsModel relationship states that a material is described by a materials model"@en ;
    rdfs:domain ns0:Material ;
    rdfs:label "is described by materials model"@en ;
    rdfs:range ns0:MaterialsModel .