ns1:conceptScheme leaf node


URI

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

Label

Property: concept scheme

Description

The :conceptScheme property specifies the SKOS concept scheme used in creating instances of this class.

Usage

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

Implementation

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

ns1:conceptScheme a rdf:Property,
        owl:AnnotationProperty ;
    rdfs:label "Property: concept scheme"@en ;
    rdfs:comment "The :conceptScheme property specifies the SKOS concept scheme used in creating instances of this class."@en ;
    rdfs:isDefinedBy ns1: ;
    rdfs:subPropertyOf ns1:conceptScheme .