dcterms:language leaf node


URI

http://purl.org/dc/terms/language

Label

has language

Description

A language of the resource. Examples include written, spoken, sign, and computer languages.

Recommended best practice is to use a controlled vocabulary such as RFC 4646 [http://www.ietf.org/rfc/rfc4646.txt].

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) dcterms:language owl:Thing (inferred)

Implementation

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

dcterms:language a owl:ObjectProperty ;
    rdfs:label "has language"@en ;
    rdfs:comment """A language of the resource. Examples include written, spoken, sign, and computer languages.

Recommended best practice is to use a controlled vocabulary such as RFC 4646 [http://www.ietf.org/rfc/rfc4646.txt]."""@en ;
    rdfs:subPropertyOf owl:topObjectProperty .