http://purl.org/dc/terms/language
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].
@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 .