NTNames:description leaf node


URI

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

Label

description

Description

A brief description of the salient aspects of a Human, based on their being mentioned in Scripture. This is not the way to enter dictionary-style definitions.

Usage

DOMAINPROPERTYRANGE
NTNames:Human NTNames:description xsd:string

Implementation

@prefix : <http://semanticbible.org/ns/2006/NTNames#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:description a owl:DatatypeProperty ;
    rdfs:label "description"@en ;
    rdfs:comment "A brief description of the salient aspects of a Human, based on their being mentioned in Scripture. This is not the way to enter dictionary-style definitions."@en ;
    rdfs:domain :Human ;
    rdfs:range xsd:string .