NTNames:name_grc leaf node


URI

http://semanticbible.org/ns/2006/NTNames#name_grc

Label

Greek name

Description

The human language name of an Object in Koine (not Modern) Greek, in the standard dictionary form (nominative case).
Since Protege (3.0 build 141) doesn't seem to support loading and saving xml:lang attributes on properties, different subproperties are used for representing names in different languages. "grc" is the three-letter ISO-639-2 standard designator for Koine Greek.

Usage

DOMAINPROPERTYRANGE
Blank node (see implementation) NTNames:name_grc xsd:string

Implementation

@prefix : <http://semanticbible.org/ns/2006/NTNames#> .
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:name_grc a owl:DatatypeProperty ;
    rdfs:label "Greek name"@en ;
    rdfs:comment """The human language name of an Object in Koine (not Modern) Greek, in the standard dictionary form (nominative case). 
 Since Protege (3.0 build 141) doesn't seem to support loading and saving xml:lang attributes on properties, different subproperties are used for representing names in different languages. "grc" is the three-letter ISO-639-2 standard designator for Koine Greek."""@en ;
    rdfs:domain [ a owl:Class ;
            owl:unionOf ( :Object :BeliefSystem :FixedHoliday :HumanAttribute ) ] ;
    rdfs:range xsd:string .