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