http://scigraph.springernature.com/ontologies/core/pluralLabel
The :pluralLabel property specifies a plural form for the preferred label.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | ns1:pluralLabel | rdf:langString |
@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:pluralLabel a owl:DatatypeProperty ;
rdfs:label "Property: plural label"@en ;
rdfs:comment "The :pluralLabel property specifies a plural form for the preferred label."@en ;
rdfs:isDefinedBy ns1: ;
rdfs:range rdf:langString ;
rdfs:subPropertyOf ns1:nameInfo .