http://ns.nature.com/terms/sortLetter
The :sortLetter property specifies the initial letter of an entity name to facilitate sort operations.
DOMAIN | PROPERTY | RANGE |
---|---|---|
npg:Type | npg:sortLetter | rdfs:Literal |
@prefix npg: <http://ns.nature.com/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
npg:sortLetter a owl:DatatypeProperty ;
rdfs:domain npg:Type ;
rdfs:isDefinedBy npg: ;
rdfs:range rdfs:Literal ;
skos:definition "The :sortLetter property specifies the initial letter of an entity name to facilitate sort operations."@en ;
skos:note "This property is generally computed from a build-time rule."@en ;
skos:prefLabel "Sort Letter"@en .