Speaks, Reads, and Writes describes language knowledge of a person.
Namespace: http://purl.org/net/inkel/rdf/schemas/lang/1.1#
Preffered prefix: lang
Properties
- lang:speaks: Indicates that the Person can speak in this language
- lang:reads: Indicates that the Person can read this language
- lang:writes: Indicates that the Person can write in this language
- lang:masters: Indicates that the Person can speak, read and write in this language
The language is given with ISO-639-1 codes.
Examples:
| de | German | fr | French |
| en | English | it | Italian |
| es | Spanish | ja | Japanese |
Example code:
<foaf:Person> <foaf:name>John Doe</foaf:name> <lang:reads>de</lang:reads> <lang:writes>de</lang:writes> <lang:masters>en</lang:masters> </foaf:Person>
See the Speaks, Reads, and Writes page and the schema document for more details.