ns1:nameInfo


URI

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

Label

Property: name info

Description

The :nameInfo property is used for grouping all properties describing names, titles or labels for an object.

Usage

DOMAINPROPERTYRANGE
ns1:Thing ns1:nameInfo 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: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: .