http://scigraph.springernature.com/ontologies/core/test
The :test property specifies a general string test property.
@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: .