ns1:mesh leaf node


URI

http://scigraph.springernature.com/ontologies/core/mesh

Label

Property: MeSH

Description

The :mesh property relates a thing to a Medical Subject Heading (MeSH) term as a resource.

Usage

DOMAINPROPERTYRANGE
ns1:Thing ns1:mesh owl:Thing (inferred)

Implementation

@prefix ns1: <http://scigraph.springernature.com/ontologies/core/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns1:mesh a owl:ObjectProperty ;
    rdfs:label "Property: MeSH"@en ;
    rdfs:comment "The :mesh property relates a thing to a Medical Subject Heading (MeSH) term as a resource."@en ;
    rdfs:domain ns1:Thing ;
    rdfs:isDefinedBy ns1: ;
    rdfs:seeAlso <http://id.nlm.nih.gov/mesh/> .