inLanguage
DESCRIPTIONThe language of the content or performance or used in an action. Please use one of the language codes from the <a href="http://tools.ietf.org/html/bcp47">IETF BCP 47 standard</a>. See also <a class="localLink" href="http://schema.org/availableLanguage">availableLanguage</a>.
JSON-LD is the canonical representation for SciGraph data.
[
{
"@context": "https://springernature.github.io/scigraph/jsonld/sgcontext.json",
"id": "http://schema.org/inLanguage",
"rdfs:comment": "The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage.",
"rdfs:label": "inLanguage",
"schema:domainIncludes": [
{
"id": "http://schema.org/CreativeWork"
},
{
"id": "http://schema.org/WriteAction"
},
{
"id": "http://schema.org/CommunicateAction"
},
{
"id": "http://schema.org/Event"
}
],
"schema:rangeIncludes": [
{
"id": "http://schema.org/Text"
},
{
"id": "http://schema.org/Language"
}
],
"sdDataset": "schema",
"type": "rdf:Property"
}
]
Download the RDF metadata as: json-ld nt turtle xml License info
JSON-LD is a popular format for linked data which is fully compatible with JSON.
curl -H 'Accept: application/ld+json' 'https://schema.org/inLanguage'
N-Triples is a line-based linked data format ideal for batch operations.
curl -H 'Accept: application/n-triples' 'https://schema.org/inLanguage'
Turtle is a human-readable linked data format.
curl -H 'Accept: text/turtle' 'https://schema.org/inLanguage'
RDF/XML is a standard XML format for linked data.
curl -H 'Accept: application/rdf+xml' 'https://schema.org/inLanguage'
This table displays all metadata directly associated to this object as RDF triples.
10 TRIPLES
6 PREDICATES
11 URIs
3 LITERALS
Subject | Predicate | Object | |
---|---|---|---|
1 | schema:inLanguage | schema:domainIncludes | schema:CommunicateAction |
2 | ″ | ″ | schema:CreativeWork |
3 | ″ | ″ | schema:Event |
4 | ″ | ″ | schema:WriteAction |
5 | ″ | schema:rangeIncludes | schema:Language |
6 | ″ | ″ | schema:Text |
7 | ″ | sgo:sdDataset | schema |
8 | ″ | rdf:type | rdf:Property |
9 | ″ | rdfs:comment | The language of the content or performance or used in an action. Please use one of the language codes from the <a href="http://tools.ietf.org/html/bcp47">IETF BCP 47 standard</a>. See also <a class="localLink" href="http://schema.org/availableLanguage">availableLanguage</a>. |
10 | ″ | rdfs:label | inLanguage |