affiliation
DESCRIPTIONAn organization that this person is affiliated with. For example, a school/university, a club, or a team.
JSON-LD is the canonical representation for SciGraph data.
[
{
"@context": "https://springernature.github.io/scigraph/jsonld/sgcontext.json",
"id": "http://schema.org/affiliation",
"rdfs:comment": "An organization that this person is affiliated with. For example, a school/university, a club, or a team.",
"rdfs:label": "affiliation",
"rdfs:subPropertyOf": {
"id": "http://schema.org/memberOf"
},
"schema:domainIncludes": {
"id": "http://schema.org/Person"
},
"schema:rangeIncludes": {
"id": "http://schema.org/Organization"
},
"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/affiliation'
N-Triples is a line-based linked data format ideal for batch operations.
curl -H 'Accept: application/n-triples' 'https://schema.org/affiliation'
Turtle is a human-readable linked data format.
curl -H 'Accept: text/turtle' 'https://schema.org/affiliation'
RDF/XML is a standard XML format for linked data.
curl -H 'Accept: application/rdf+xml' 'https://schema.org/affiliation'
This table displays all metadata directly associated to this object as RDF triples.
7 TRIPLES
7 PREDICATES
8 URIs
3 LITERALS
Subject | Predicate | Object | |
---|---|---|---|
1 | schema:affiliation | schema:domainIncludes | schema:Person |
2 | ″ | schema:rangeIncludes | schema:Organization |
3 | ″ | sgo:sdDataset | schema |
4 | ″ | rdf:type | rdf:Property |
5 | ″ | rdfs:comment | An organization that this person is affiliated with. For example, a school/university, a club, or a team. |
6 | ″ | rdfs:label | affiliation |
7 | ″ | rdfs:subPropertyOf | schema:memberOf |