givenName
DESCRIPTIONGiven name. In the U.S., the first name of a Person. This can be used along with familyName instead of the name property.
JSON-LD is the canonical representation for SciGraph data.
[
{
"@context": "https://springernature.github.io/scigraph/jsonld/sgcontext.json",
"id": "http://schema.org/givenName",
"rdfs:comment": "Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the name property.",
"rdfs:label": "givenName",
"schema:domainIncludes": {
"id": "http://schema.org/Person"
},
"schema:rangeIncludes": {
"id": "http://schema.org/Text"
},
"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/givenName'
N-Triples is a line-based linked data format ideal for batch operations.
curl -H 'Accept: application/n-triples' 'https://schema.org/givenName'
Turtle is a human-readable linked data format.
curl -H 'Accept: text/turtle' 'https://schema.org/givenName'
RDF/XML is a standard XML format for linked data.
curl -H 'Accept: application/rdf+xml' 'https://schema.org/givenName'
This table displays all metadata directly associated to this object as RDF triples.
6 TRIPLES
6 PREDICATES
7 URIs
3 LITERALS
Subject | Predicate | Object | |
---|---|---|---|
1 | schema:givenName | schema:domainIncludes | schema:Person |
2 | ″ | schema:rangeIncludes | schema:Text |
3 | ″ | sgo:sdDataset | schema |
4 | ″ | rdf:type | rdf:Property |
5 | ″ | rdfs:comment | Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the name property. |
6 | ″ | rdfs:label | givenName |