http://scigraph.springernature.com/ontologies/core/nameInfo
The :nameInfo property is used for grouping all properties describing names, titles or labels for an object.
@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:nameInfo a owl:DatatypeProperty ;
rdfs:label "Property: name info"@en ;
rdfs:comment "The :nameInfo property is used for grouping all properties describing names, titles or labels for an object."@en ;
rdfs:domain ns1:Thing ;
rdfs:isDefinedBy ns1: .