ns1:test leaf node


URI

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

Label

Property: test

Description

The :test property specifies a general string test property.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) ns1:test 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:test a owl:DatatypeProperty ;
    rdfs:label "Property: test"@en ;
    rdfs:comment "The :test property specifies a general string test property."@en ;
    rdfs:isDefinedBy ns1: .