Download OpenAPI specification:
Retrieve a list of Concept
objects.
The list can be filtered to a given concept scheme by using the URL parameter
concept_scheme_iri=<iri>
.
The list can be further filtered to only be top concepts of the given concept scheme (if
concept_scheme_iri
is specified) with the URL parameter top_concepts_only=<bool>
. If
concept_scheme_iri
is not specified, top_concepts_only
has no effect.
Concept Scheme Iri (string) or Concept Scheme Iri (null) (Concept Scheme Iri) | |
top_concepts_only | boolean (Top Concepts Only) Default: false |
[- {
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "CHAPTER 1 - LIVE ANIMALS"
}, - {
- "@language": "pt",
- "@value": "CAPÍTULO 1 - ANIMAIS VIVOS"
}
], - "http://www.w3.org/2004/02/skos/core#definition": [
- {
- "@language": "en",
- "@value": "Includes all sorts of live animals, including things you probably never heard of before, like psittaciformes. Those are birds like parrots, by the way. Also includes silly names like hinnies and asses, but not those kinds of asses, get your mind out of the gutter. We are very serious people doing very serious work with our asses."
}
], - "http://www.w3.org/2004/02/skos/core#notation": [
], - "http://www.w3.org/2004/02/skos/core#changeNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Moved from under 'fruits' to under 'vegetables'"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#historyNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Previously thought we were talking about horseradish"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#editorialNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Check if this includes species outside Animalia"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#inScheme": [
], - "http://www.w3.org/2004/02/skos/core#altLabel": {
- "@language": "en",
- "@value": "Horsies, moo-moos, etc."
}, - "http://www.w3.org/2004/02/skos/core#hiddenLabel": [
- {
- "@language": "ine-pro",
- "@value": "ékwos"
}
], - "http://www.w3.org/2004/02/skos/core#topConceptOf": [
]
}
]
{- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "CHAPTER 1 - LIVE ANIMALS"
}, - {
- "@language": "pt",
- "@value": "CAPÍTULO 1 - ANIMAIS VIVOS"
}
], - "http://www.w3.org/2004/02/skos/core#definition": [
- {
- "@language": "en",
- "@value": "Includes all sorts of live animals, including things you probably never heard of before, like psittaciformes. Those are birds like parrots, by the way. Also includes silly names like hinnies and asses, but not those kinds of asses, get your mind out of the gutter. We are very serious people doing very serious work with our asses."
}
], - "http://www.w3.org/2004/02/skos/core#notation": [
], - "http://www.w3.org/2004/02/skos/core#changeNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Moved from under 'fruits' to under 'vegetables'"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#historyNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Previously thought we were talking about horseradish"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#editorialNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Check if this includes species outside Animalia"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#inScheme": [
], - "http://www.w3.org/2004/02/skos/core#altLabel": {
- "@language": "en",
- "@value": "Horsies, moo-moos, etc."
}, - "http://www.w3.org/2004/02/skos/core#hiddenLabel": [
- {
- "@language": "ine-pro",
- "@value": "ékwos"
}
], - "http://www.w3.org/2004/02/skos/core#topConceptOf": [
]
}
x-pyst-auth-token | string (X-Pyst-Auth-Token) Default: |
@id required | string (Object IRI (`@id`)) |
@type required | Array of strings (Object `@type`) |
required | Array of objects (SKOS preferred labels (one per language)) non-empty |
required | Array of objects (BIBO status (accepted/draft/rejected)) non-empty |
Array of objects (SKOS notation (typed literal)) Default: [] | |
Array of objects (SKOS change note with additional required fields) Default: [] | |
Array of objects (SKOS history note with additional required fields) Default: [] | |
Array of objects (SKOS editorial note with additional required fields) Default: [] | |
required | Array of objects (SKOS concept scheme (normally only one)) non-empty |
Array of objects (SKOS alternative labels. Can be more than one per language.) Default: [] | |
Array of objects (SKOS definition (one per language)) Default: [] | |
Array of objects (SKOS concept scheme if this concept is at top of hierarchy (maximum 1)) <= 1 items Default: [] | |
Array of objects (SKOS narrower (use of `broader` is preferred; see docs)) Default: [] | |
property name* additional property | any |
{- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "CHAPTER 1 - LIVE ANIMALS"
}, - {
- "@language": "pt",
- "@value": "CAPÍTULO 1 - ANIMAIS VIVOS"
}
], - "http://www.w3.org/2004/02/skos/core#notation": [
], - "http://www.w3.org/2004/02/skos/core#changeNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Moved from under 'fruits' to under 'vegetables'"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#historyNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Previously thought we were talking about horseradish"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#editorialNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Check if this includes species outside Animalia"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#inScheme": [
], - "http://www.w3.org/2004/02/skos/core#altLabel": [
- {
- "@language": "en",
- "@value": "Horsies, moo-moos, etc."
}
], - "http://www.w3.org/2004/02/skos/core#hiddenLabel": [
- {
- "@language": "ine-pro",
- "@value": "ékwos"
}
], - "http://www.w3.org/2004/02/skos/core#definition": [
- {
- "@language": "en",
- "@value": "Includes all sorts of live animals, including things you probably never heard of before, like psittaciformes. Those are birds like parrots, by the way. Also includes silly names like hinnies and asses, but not those kinds of asses, get your mind out of the gutter. We are very serious people doing very serious work with our asses."
}
], - "http://www.w3.org/2004/02/skos/core#topConceptOf": [
], - "http://www.w3.org/2004/02/skos/core#broader": [
], - "http://www.w3.org/2004/02/skos/core#narrower": [
]
}
{- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "CHAPTER 1 - LIVE ANIMALS"
}, - {
- "@language": "pt",
- "@value": "CAPÍTULO 1 - ANIMAIS VIVOS"
}
], - "http://www.w3.org/2004/02/skos/core#definition": [
- {
- "@language": "en",
- "@value": "Includes all sorts of live animals, including things you probably never heard of before, like psittaciformes. Those are birds like parrots, by the way. Also includes silly names like hinnies and asses, but not those kinds of asses, get your mind out of the gutter. We are very serious people doing very serious work with our asses."
}
], - "http://www.w3.org/2004/02/skos/core#notation": [
], - "http://www.w3.org/2004/02/skos/core#changeNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Moved from under 'fruits' to under 'vegetables'"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#historyNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Previously thought we were talking about horseradish"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#editorialNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Check if this includes species outside Animalia"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#inScheme": [
], - "http://www.w3.org/2004/02/skos/core#altLabel": {
- "@language": "en",
- "@value": "Horsies, moo-moos, etc."
}, - "http://www.w3.org/2004/02/skos/core#hiddenLabel": [
- {
- "@language": "ine-pro",
- "@value": "ékwos"
}
], - "http://www.w3.org/2004/02/skos/core#topConceptOf": [
]
}
x-pyst-auth-token | string (X-Pyst-Auth-Token) Default: |
@id required | string (Object IRI (`@id`)) |
@type required | Array of strings (Object `@type`) |
required | Array of objects (SKOS preferred labels (one per language)) non-empty |
required | Array of objects (BIBO status (accepted/draft/rejected)) non-empty |
Array of objects (SKOS notation (typed literal)) Default: [] | |
Array of objects (SKOS change note with additional required fields) Default: [] | |
Array of objects (SKOS history note with additional required fields) Default: [] | |
Array of objects (SKOS editorial note with additional required fields) Default: [] | |
required | Array of objects (SKOS concept scheme (normally only one)) non-empty |
Array of objects (SKOS alternative labels. Can be more than one per language.) Default: [] | |
Array of objects (SKOS definition (one per language)) Default: [] | |
Array of objects (SKOS concept scheme if this concept is at top of hierarchy (maximum 1)) <= 1 items Default: [] | |
property name* additional property | any |
{- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "CHAPTER 1 - LIVE ANIMALS"
}, - {
- "@language": "pt",
- "@value": "CAPÍTULO 1 - ANIMAIS VIVOS"
}
], - "http://www.w3.org/2004/02/skos/core#notation": [
], - "http://www.w3.org/2004/02/skos/core#changeNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Moved from under 'fruits' to under 'vegetables'"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#historyNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Previously thought we were talking about horseradish"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#editorialNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Check if this includes species outside Animalia"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#inScheme": [
], - "http://www.w3.org/2004/02/skos/core#altLabel": [
- {
- "@language": "en",
- "@value": "Horsies, moo-moos, etc."
}
], - "http://www.w3.org/2004/02/skos/core#hiddenLabel": [
- {
- "@language": "ine-pro",
- "@value": "ékwos"
}
], - "http://www.w3.org/2004/02/skos/core#definition": [
- {
- "@language": "en",
- "@value": "Includes all sorts of live animals, including things you probably never heard of before, like psittaciformes. Those are birds like parrots, by the way. Also includes silly names like hinnies and asses, but not those kinds of asses, get your mind out of the gutter. We are very serious people doing very serious work with our asses."
}
], - "http://www.w3.org/2004/02/skos/core#topConceptOf": [
]
}
{- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "CHAPTER 1 - LIVE ANIMALS"
}, - {
- "@language": "pt",
- "@value": "CAPÍTULO 1 - ANIMAIS VIVOS"
}
], - "http://www.w3.org/2004/02/skos/core#definition": [
- {
- "@language": "en",
- "@value": "Includes all sorts of live animals, including things you probably never heard of before, like psittaciformes. Those are birds like parrots, by the way. Also includes silly names like hinnies and asses, but not those kinds of asses, get your mind out of the gutter. We are very serious people doing very serious work with our asses."
}
], - "http://www.w3.org/2004/02/skos/core#notation": [
], - "http://www.w3.org/2004/02/skos/core#changeNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Moved from under 'fruits' to under 'vegetables'"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#historyNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Previously thought we were talking about horseradish"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#editorialNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Check if this includes species outside Animalia"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#inScheme": [
], - "http://www.w3.org/2004/02/skos/core#altLabel": {
- "@language": "en",
- "@value": "Horsies, moo-moos, etc."
}, - "http://www.w3.org/2004/02/skos/core#hiddenLabel": [
- {
- "@language": "ine-pro",
- "@value": "ékwos"
}
], - "http://www.w3.org/2004/02/skos/core#topConceptOf": [
]
}
iri required | string (Iri) |
source | boolean (Source) Default: true |
target | boolean (Target) Default: false |
[- {
- "http://www.w3.org/2004/02/skos/core#broader": [
], - "http://www.w3.org/2004/02/skos/core#narrower": [
], - "http://www.w3.org/2004/02/skos/core#exactMatch": [
], - "http://www.w3.org/2004/02/skos/core#closeMatch": [
], - "http://www.w3.org/2004/02/skos/core#broadMatch": [
], - "http://www.w3.org/2004/02/skos/core#narrowMatch": [
],
}
]
x-pyst-auth-token | string (X-Pyst-Auth-Token) Default: |
@id required | string (Object IRI (`@id`)) |
Array of objects (SKOS narrower (use of `broader` is preferred; see docs)) Default: [] | |
[- {
- "http://www.w3.org/2004/02/skos/core#broader": [
], - "http://www.w3.org/2004/02/skos/core#narrower": [
], - "http://www.w3.org/2004/02/skos/core#exactMatch": [
], - "http://www.w3.org/2004/02/skos/core#closeMatch": [
], - "http://www.w3.org/2004/02/skos/core#broadMatch": [
], - "http://www.w3.org/2004/02/skos/core#narrowMatch": [
],
}
]
[- {
- "http://www.w3.org/2004/02/skos/core#broader": [
], - "http://www.w3.org/2004/02/skos/core#narrower": [
], - "http://www.w3.org/2004/02/skos/core#exactMatch": [
], - "http://www.w3.org/2004/02/skos/core#closeMatch": [
], - "http://www.w3.org/2004/02/skos/core#broadMatch": [
], - "http://www.w3.org/2004/02/skos/core#narrowMatch": [
],
}
]
x-pyst-auth-token | string (X-Pyst-Auth-Token) Default: |
@id required | string (Object IRI (`@id`)) |
Array of objects (SKOS narrower (use of `broader` is preferred; see docs)) Default: [] | |
[- {
- "http://www.w3.org/2004/02/skos/core#broader": [
], - "http://www.w3.org/2004/02/skos/core#narrower": [
], - "http://www.w3.org/2004/02/skos/core#exactMatch": [
], - "http://www.w3.org/2004/02/skos/core#closeMatch": [
], - "http://www.w3.org/2004/02/skos/core#broadMatch": [
], - "http://www.w3.org/2004/02/skos/core#narrowMatch": [
],
}
]
null
[- {
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "CHAPTER 1 - LIVE ANIMALS"
}, - {
- "@language": "pt",
- "@value": "CAPÍTULO 1 - ANIMAIS VIVOS"
}
], - "http://www.w3.org/2004/02/skos/core#definition": [
- {
- "@language": "en",
- "@value": "Includes all sorts of live animals, including things you probably never heard of before, like psittaciformes. Those are birds like parrots, by the way. Also includes silly names like hinnies and asses, but not those kinds of asses, get your mind out of the gutter. We are very serious people doing very serious work with our asses."
}
], - "http://www.w3.org/2004/02/skos/core#notation": [
], - "http://www.w3.org/2004/02/skos/core#changeNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Moved from under 'fruits' to under 'vegetables'"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#historyNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Previously thought we were talking about horseradish"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#editorialNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Check if this includes species outside Animalia"
}
]
}
], - "http://purl.org/dc/terms/created": [
], - "http://purl.org/dc/terms/creator": [
], - "http://www.w3.org/2002/07/owl#versionInfo": [
- {
- "@value": "2024"
}
]
}
]
{- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "CHAPTER 1 - LIVE ANIMALS"
}, - {
- "@language": "pt",
- "@value": "CAPÍTULO 1 - ANIMAIS VIVOS"
}
], - "http://www.w3.org/2004/02/skos/core#definition": [
- {
- "@language": "en",
- "@value": "Includes all sorts of live animals, including things you probably never heard of before, like psittaciformes. Those are birds like parrots, by the way. Also includes silly names like hinnies and asses, but not those kinds of asses, get your mind out of the gutter. We are very serious people doing very serious work with our asses."
}
], - "http://www.w3.org/2004/02/skos/core#notation": [
], - "http://www.w3.org/2004/02/skos/core#changeNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Moved from under 'fruits' to under 'vegetables'"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#historyNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Previously thought we were talking about horseradish"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#editorialNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Check if this includes species outside Animalia"
}
]
}
], - "http://purl.org/dc/terms/created": [
], - "http://purl.org/dc/terms/creator": [
], - "http://www.w3.org/2002/07/owl#versionInfo": [
- {
- "@value": "2024"
}
]
}
responses | any (Responses) Default: "409=[object Object]" |
x-pyst-auth-token | string (X-Pyst-Auth-Token) Default: |
@id required | string (Object IRI (`@id`)) |
@type required | Array of strings (Object `@type`) |
required | Array of objects (SKOS preferred labels (one per language)) non-empty |
required | Array of objects (BIBO status (accepted/draft/rejected)) non-empty |
Array of objects (SKOS notation (typed literal)) Default: [] | |
Array of objects (SKOS change note with additional required fields) Default: [] | |
Array of objects (SKOS history note with additional required fields) Default: [] | |
Array of objects (SKOS editorial note with additional required fields) Default: [] | |
required | Array of objects (DCTerms created timestamp) = 1 items |
required | Array of objects (DCTerms creators list) |
required | Array of objects (OWL version info) = 1 items |
required | Array of objects (SKOS definition (one per language)) non-empty |
property name* additional property | any |
{- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "CHAPTER 1 - LIVE ANIMALS"
}, - {
- "@language": "pt",
- "@value": "CAPÍTULO 1 - ANIMAIS VIVOS"
}
], - "http://www.w3.org/2004/02/skos/core#notation": [
], - "http://www.w3.org/2004/02/skos/core#changeNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Moved from under 'fruits' to under 'vegetables'"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#historyNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Previously thought we were talking about horseradish"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#editorialNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Check if this includes species outside Animalia"
}
]
}
], - "http://purl.org/dc/terms/created": [
], - "http://purl.org/dc/terms/creator": [
], - "http://www.w3.org/2002/07/owl#versionInfo": [
- {
- "@value": "2024"
}
], - "http://www.w3.org/2004/02/skos/core#definition": [
- {
- "@language": "en",
- "@value": "Includes all sorts of live animals, including things you probably never heard of before, like psittaciformes. Those are birds like parrots, by the way. Also includes silly names like hinnies and asses, but not those kinds of asses, get your mind out of the gutter. We are very serious people doing very serious work with our asses."
}
]
}
{- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "CHAPTER 1 - LIVE ANIMALS"
}, - {
- "@language": "pt",
- "@value": "CAPÍTULO 1 - ANIMAIS VIVOS"
}
], - "http://www.w3.org/2004/02/skos/core#definition": [
- {
- "@language": "en",
- "@value": "Includes all sorts of live animals, including things you probably never heard of before, like psittaciformes. Those are birds like parrots, by the way. Also includes silly names like hinnies and asses, but not those kinds of asses, get your mind out of the gutter. We are very serious people doing very serious work with our asses."
}
], - "http://www.w3.org/2004/02/skos/core#notation": [
], - "http://www.w3.org/2004/02/skos/core#changeNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Moved from under 'fruits' to under 'vegetables'"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#historyNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Previously thought we were talking about horseradish"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#editorialNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Check if this includes species outside Animalia"
}
]
}
], - "http://purl.org/dc/terms/created": [
], - "http://purl.org/dc/terms/creator": [
], - "http://www.w3.org/2002/07/owl#versionInfo": [
- {
- "@value": "2024"
}
]
}
responses | any (Responses) Default: "404=[object Object]" |
x-pyst-auth-token | string (X-Pyst-Auth-Token) Default: |
@id required | string (Object IRI (`@id`)) |
@type required | Array of strings (Object `@type`) |
required | Array of objects (SKOS preferred labels (one per language)) non-empty |
required | Array of objects (BIBO status (accepted/draft/rejected)) non-empty |
Array of objects (SKOS notation (typed literal)) Default: [] | |
Array of objects (SKOS change note with additional required fields) Default: [] | |
Array of objects (SKOS history note with additional required fields) Default: [] | |
Array of objects (SKOS editorial note with additional required fields) Default: [] | |
required | Array of objects (DCTerms created timestamp) = 1 items |
required | Array of objects (DCTerms creators list) |
required | Array of objects (OWL version info) = 1 items |
required | Array of objects (SKOS definition (one per language)) non-empty |
property name* additional property | any |
{- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "CHAPTER 1 - LIVE ANIMALS"
}, - {
- "@language": "pt",
- "@value": "CAPÍTULO 1 - ANIMAIS VIVOS"
}
], - "http://www.w3.org/2004/02/skos/core#notation": [
], - "http://www.w3.org/2004/02/skos/core#changeNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Moved from under 'fruits' to under 'vegetables'"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#historyNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Previously thought we were talking about horseradish"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#editorialNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Check if this includes species outside Animalia"
}
]
}
], - "http://purl.org/dc/terms/created": [
], - "http://purl.org/dc/terms/creator": [
], - "http://www.w3.org/2002/07/owl#versionInfo": [
- {
- "@value": "2024"
}
], - "http://www.w3.org/2004/02/skos/core#definition": [
- {
- "@language": "en",
- "@value": "Includes all sorts of live animals, including things you probably never heard of before, like psittaciformes. Those are birds like parrots, by the way. Also includes silly names like hinnies and asses, but not those kinds of asses, get your mind out of the gutter. We are very serious people doing very serious work with our asses."
}
]
}
{- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "CHAPTER 1 - LIVE ANIMALS"
}, - {
- "@language": "pt",
- "@value": "CAPÍTULO 1 - ANIMAIS VIVOS"
}
], - "http://www.w3.org/2004/02/skos/core#definition": [
- {
- "@language": "en",
- "@value": "Includes all sorts of live animals, including things you probably never heard of before, like psittaciformes. Those are birds like parrots, by the way. Also includes silly names like hinnies and asses, but not those kinds of asses, get your mind out of the gutter. We are very serious people doing very serious work with our asses."
}
], - "http://www.w3.org/2004/02/skos/core#notation": [
], - "http://www.w3.org/2004/02/skos/core#changeNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Moved from under 'fruits' to under 'vegetables'"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#historyNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Previously thought we were talking about horseradish"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#editorialNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Check if this includes species outside Animalia"
}
]
}
], - "http://purl.org/dc/terms/created": [
], - "http://purl.org/dc/terms/creator": [
], - "http://www.w3.org/2002/07/owl#versionInfo": [
- {
- "@value": "2024"
}
]
}
[- {
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "CHAPTER 1 - LIVE ANIMALS"
}, - {
- "@language": "pt",
- "@value": "CAPÍTULO 1 - ANIMAIS VIVOS"
}
], - "http://www.w3.org/2004/02/skos/core#definition": [
- {
- "@language": "en",
- "@value": "Includes all sorts of live animals, including things you probably never heard of before, like psittaciformes. Those are birds like parrots, by the way. Also includes silly names like hinnies and asses, but not those kinds of asses, get your mind out of the gutter. We are very serious people doing very serious work with our asses."
}
], - "http://www.w3.org/2004/02/skos/core#notation": [
], - "http://www.w3.org/2004/02/skos/core#changeNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Moved from under 'fruits' to under 'vegetables'"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#historyNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Previously thought we were talking about horseradish"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#editorialNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Check if this includes species outside Animalia"
}
]
}
], - "http://purl.org/dc/terms/created": [
], - "http://purl.org/dc/terms/creator": [
], - "http://www.w3.org/2002/07/owl#versionInfo": [
- {
- "@value": "2024"
}
], - "http://rdf-vocabulary.ddialliance.org/xkos#compares": [
], - "http://rdf-vocabulary.ddialliance.org/xkos#madeOf": [
- {
- "@language": "en",
- "@value": "Includes all sorts of live animals, including things you probably never heard of before, like psittaciformes. Those are birds like parrots, by the way. Also includes silly names like hinnies and asses, but not those kinds of asses, get your mind out of the gutter. We are very serious people doing very serious work with our asses."
}
]
}
]
{- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "CHAPTER 1 - LIVE ANIMALS"
}, - {
- "@language": "pt",
- "@value": "CAPÍTULO 1 - ANIMAIS VIVOS"
}
], - "http://www.w3.org/2004/02/skos/core#definition": [
- {
- "@language": "en",
- "@value": "Includes all sorts of live animals, including things you probably never heard of before, like psittaciformes. Those are birds like parrots, by the way. Also includes silly names like hinnies and asses, but not those kinds of asses, get your mind out of the gutter. We are very serious people doing very serious work with our asses."
}
], - "http://www.w3.org/2004/02/skos/core#notation": [
], - "http://www.w3.org/2004/02/skos/core#changeNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Moved from under 'fruits' to under 'vegetables'"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#historyNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Previously thought we were talking about horseradish"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#editorialNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Check if this includes species outside Animalia"
}
]
}
], - "http://purl.org/dc/terms/created": [
], - "http://purl.org/dc/terms/creator": [
], - "http://www.w3.org/2002/07/owl#versionInfo": [
- {
- "@value": "2024"
}
], - "http://rdf-vocabulary.ddialliance.org/xkos#compares": [
], - "http://rdf-vocabulary.ddialliance.org/xkos#madeOf": [
- {
- "@language": "en",
- "@value": "Includes all sorts of live animals, including things you probably never heard of before, like psittaciformes. Those are birds like parrots, by the way. Also includes silly names like hinnies and asses, but not those kinds of asses, get your mind out of the gutter. We are very serious people doing very serious work with our asses."
}
]
}
x-pyst-auth-token | string (X-Pyst-Auth-Token) Default: |
@id required | string (Object IRI (`@id`)) |
@type required | Array of strings (Object `@type`) |
required | Array of objects (SKOS preferred labels (one per language)) non-empty |
required | Array of objects (BIBO status (accepted/draft/rejected)) non-empty |
Array of objects (SKOS notation (typed literal)) Default: [] | |
Array of objects (SKOS change note with additional required fields) Default: [] | |
Array of objects (SKOS history note with additional required fields) Default: [] | |
Array of objects (SKOS editorial note with additional required fields) Default: [] | |
required | Array of objects (DCTerms created timestamp) = 1 items |
required | Array of objects (DCTerms creators list) |
required | Array of objects (OWL version info) = 1 items |
Array of objects (SKOS definition (one per language)) Default: [] | |
required | Array of objects (List of `ConceptScheme` objects being compared) non-empty |
property name* additional property | any |
{- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "CHAPTER 1 - LIVE ANIMALS"
}, - {
- "@language": "pt",
- "@value": "CAPÍTULO 1 - ANIMAIS VIVOS"
}
], - "http://www.w3.org/2004/02/skos/core#notation": [
], - "http://www.w3.org/2004/02/skos/core#changeNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Moved from under 'fruits' to under 'vegetables'"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#historyNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Previously thought we were talking about horseradish"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#editorialNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Check if this includes species outside Animalia"
}
]
}
], - "http://purl.org/dc/terms/created": [
], - "http://purl.org/dc/terms/creator": [
], - "http://www.w3.org/2002/07/owl#versionInfo": [
- {
- "@value": "2024"
}
], - "http://www.w3.org/2004/02/skos/core#definition": [
- {
- "@language": "en",
- "@value": "Includes all sorts of live animals, including things you probably never heard of before, like psittaciformes. Those are birds like parrots, by the way. Also includes silly names like hinnies and asses, but not those kinds of asses, get your mind out of the gutter. We are very serious people doing very serious work with our asses."
}
], - "http://rdf-vocabulary.ddialliance.org/xkos#compares": [
]
}
{- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "CHAPTER 1 - LIVE ANIMALS"
}, - {
- "@language": "pt",
- "@value": "CAPÍTULO 1 - ANIMAIS VIVOS"
}
], - "http://www.w3.org/2004/02/skos/core#definition": [
- {
- "@language": "en",
- "@value": "Includes all sorts of live animals, including things you probably never heard of before, like psittaciformes. Those are birds like parrots, by the way. Also includes silly names like hinnies and asses, but not those kinds of asses, get your mind out of the gutter. We are very serious people doing very serious work with our asses."
}
], - "http://www.w3.org/2004/02/skos/core#notation": [
], - "http://www.w3.org/2004/02/skos/core#changeNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Moved from under 'fruits' to under 'vegetables'"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#historyNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Previously thought we were talking about horseradish"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#editorialNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Check if this includes species outside Animalia"
}
]
}
], - "http://purl.org/dc/terms/created": [
], - "http://purl.org/dc/terms/creator": [
], - "http://www.w3.org/2002/07/owl#versionInfo": [
- {
- "@value": "2024"
}
], - "http://rdf-vocabulary.ddialliance.org/xkos#compares": [
], - "http://rdf-vocabulary.ddialliance.org/xkos#madeOf": [
- {
- "@language": "en",
- "@value": "Includes all sorts of live animals, including things you probably never heard of before, like psittaciformes. Those are birds like parrots, by the way. Also includes silly names like hinnies and asses, but not those kinds of asses, get your mind out of the gutter. We are very serious people doing very serious work with our asses."
}
]
}
x-pyst-auth-token | string (X-Pyst-Auth-Token) Default: |
@id required | string (Object IRI (`@id`)) |
@type required | Array of strings (Object `@type`) |
required | Array of objects (SKOS preferred labels (one per language)) non-empty |
required | Array of objects (BIBO status (accepted/draft/rejected)) non-empty |
Array of objects (SKOS notation (typed literal)) Default: [] | |
Array of objects (SKOS change note with additional required fields) Default: [] | |
Array of objects (SKOS history note with additional required fields) Default: [] | |
Array of objects (SKOS editorial note with additional required fields) Default: [] | |
required | Array of objects (DCTerms created timestamp) = 1 items |
required | Array of objects (DCTerms creators list) |
required | Array of objects (OWL version info) = 1 items |
Array of objects (SKOS definition (one per language)) Default: [] | |
required | Array of objects (List of `ConceptScheme` objects being compared) non-empty |
property name* additional property | any |
{- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "CHAPTER 1 - LIVE ANIMALS"
}, - {
- "@language": "pt",
- "@value": "CAPÍTULO 1 - ANIMAIS VIVOS"
}
], - "http://www.w3.org/2004/02/skos/core#notation": [
], - "http://www.w3.org/2004/02/skos/core#changeNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Moved from under 'fruits' to under 'vegetables'"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#historyNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Previously thought we were talking about horseradish"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#editorialNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Check if this includes species outside Animalia"
}
]
}
], - "http://purl.org/dc/terms/created": [
], - "http://purl.org/dc/terms/creator": [
], - "http://www.w3.org/2002/07/owl#versionInfo": [
- {
- "@value": "2024"
}
], - "http://www.w3.org/2004/02/skos/core#definition": [
- {
- "@language": "en",
- "@value": "Includes all sorts of live animals, including things you probably never heard of before, like psittaciformes. Those are birds like parrots, by the way. Also includes silly names like hinnies and asses, but not those kinds of asses, get your mind out of the gutter. We are very serious people doing very serious work with our asses."
}
], - "http://rdf-vocabulary.ddialliance.org/xkos#compares": [
]
}
{- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "CHAPTER 1 - LIVE ANIMALS"
}, - {
- "@language": "pt",
- "@value": "CAPÍTULO 1 - ANIMAIS VIVOS"
}
], - "http://www.w3.org/2004/02/skos/core#definition": [
- {
- "@language": "en",
- "@value": "Includes all sorts of live animals, including things you probably never heard of before, like psittaciformes. Those are birds like parrots, by the way. Also includes silly names like hinnies and asses, but not those kinds of asses, get your mind out of the gutter. We are very serious people doing very serious work with our asses."
}
], - "http://www.w3.org/2004/02/skos/core#notation": [
], - "http://www.w3.org/2004/02/skos/core#changeNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Moved from under 'fruits' to under 'vegetables'"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#historyNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Previously thought we were talking about horseradish"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#editorialNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Check if this includes species outside Animalia"
}
]
}
], - "http://purl.org/dc/terms/created": [
], - "http://purl.org/dc/terms/creator": [
], - "http://www.w3.org/2002/07/owl#versionInfo": [
- {
- "@value": "2024"
}
], - "http://rdf-vocabulary.ddialliance.org/xkos#compares": [
], - "http://rdf-vocabulary.ddialliance.org/xkos#madeOf": [
- {
- "@language": "en",
- "@value": "Includes all sorts of live animals, including things you probably never heard of before, like psittaciformes. Those are birds like parrots, by the way. Also includes silly names like hinnies and asses, but not those kinds of asses, get your mind out of the gutter. We are very serious people doing very serious work with our asses."
}
]
}
x-pyst-auth-token | string (X-Pyst-Auth-Token) Default: |
@id required | string (Object IRI (`@id`)) |
required | Array of objects (List of `ConceptAssociation` objects in a `Correspondence`) |
{- "http://rdf-vocabulary.ddialliance.org/xkos#madeOf": "http://data.europa.eu/xsp/cn2024/010021000090"
}
{- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "CHAPTER 1 - LIVE ANIMALS"
}, - {
- "@language": "pt",
- "@value": "CAPÍTULO 1 - ANIMAIS VIVOS"
}
], - "http://www.w3.org/2004/02/skos/core#definition": [
- {
- "@language": "en",
- "@value": "Includes all sorts of live animals, including things you probably never heard of before, like psittaciformes. Those are birds like parrots, by the way. Also includes silly names like hinnies and asses, but not those kinds of asses, get your mind out of the gutter. We are very serious people doing very serious work with our asses."
}
], - "http://www.w3.org/2004/02/skos/core#notation": [
], - "http://www.w3.org/2004/02/skos/core#changeNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Moved from under 'fruits' to under 'vegetables'"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#historyNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Previously thought we were talking about horseradish"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#editorialNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Check if this includes species outside Animalia"
}
]
}
], - "http://purl.org/dc/terms/created": [
], - "http://purl.org/dc/terms/creator": [
], - "http://www.w3.org/2002/07/owl#versionInfo": [
- {
- "@value": "2024"
}
], - "http://rdf-vocabulary.ddialliance.org/xkos#compares": [
], - "http://rdf-vocabulary.ddialliance.org/xkos#madeOf": [
- {
- "@language": "en",
- "@value": "Includes all sorts of live animals, including things you probably never heard of before, like psittaciformes. Those are birds like parrots, by the way. Also includes silly names like hinnies and asses, but not those kinds of asses, get your mind out of the gutter. We are very serious people doing very serious work with our asses."
}
]
}
x-pyst-auth-token | string (X-Pyst-Auth-Token) Default: |
@id required | string (Object IRI (`@id`)) |
required | Array of objects (List of `ConceptAssociation` objects in a `Correspondence`) |
{- "http://rdf-vocabulary.ddialliance.org/xkos#madeOf": "http://data.europa.eu/xsp/cn2024/010021000090"
}
{- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "CHAPTER 1 - LIVE ANIMALS"
}, - {
- "@language": "pt",
- "@value": "CAPÍTULO 1 - ANIMAIS VIVOS"
}
], - "http://www.w3.org/2004/02/skos/core#definition": [
- {
- "@language": "en",
- "@value": "Includes all sorts of live animals, including things you probably never heard of before, like psittaciformes. Those are birds like parrots, by the way. Also includes silly names like hinnies and asses, but not those kinds of asses, get your mind out of the gutter. We are very serious people doing very serious work with our asses."
}
], - "http://www.w3.org/2004/02/skos/core#notation": [
], - "http://www.w3.org/2004/02/skos/core#changeNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Moved from under 'fruits' to under 'vegetables'"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#historyNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Previously thought we were talking about horseradish"
}
]
}
], - "http://www.w3.org/2004/02/skos/core#editorialNote": [
- {
- "http://purl.org/dc/terms/issued": [
], - "http://www.w3.org/1999/02/22-rdf-syntax-ns#value": [
- {
- "@language": "en",
- "@value": "Check if this includes species outside Animalia"
}
]
}
], - "http://purl.org/dc/terms/created": [
], - "http://purl.org/dc/terms/creator": [
], - "http://www.w3.org/2002/07/owl#versionInfo": [
- {
- "@value": "2024"
}
], - "http://rdf-vocabulary.ddialliance.org/xkos#compares": [
], - "http://rdf-vocabulary.ddialliance.org/xkos#madeOf": [
- {
- "@language": "en",
- "@value": "Includes all sorts of live animals, including things you probably never heard of before, like psittaciformes. Those are birds like parrots, by the way. Also includes silly names like hinnies and asses, but not those kinds of asses, get your mind out of the gutter. We are very serious people doing very serious work with our asses."
}
]
}
Correspondence Iri (string) or Correspondence Iri (null) (Correspondence Iri) | |
Source Concept Iri (string) or Source Concept Iri (null) (Source Concept Iri) | |
Target Concept Iri (string) or Target Concept Iri (null) (Target Concept Iri) | |
AssociationKind (string) or Kind (null) (Kind) |
[- {
- "http://rdf-vocabulary.ddialliance.org/xkos#sourceConcept": [
], - "http://rdf-vocabulary.ddialliance.org/xkos#targetConcept": [
]
}
]
{- "http://rdf-vocabulary.ddialliance.org/xkos#sourceConcept": [
], - "http://rdf-vocabulary.ddialliance.org/xkos#targetConcept": [
]
}
x-pyst-auth-token | string (X-Pyst-Auth-Token) Default: |
@id required | string (Object IRI (`@id`)) |
@type required | Array of strings (Object `@type`) |
required | Array of objects (List of source `Concept` objects) non-empty |
required | Array of objects (List of target `Concept` objects) non-empty |
property name* additional property | any |
{- "http://rdf-vocabulary.ddialliance.org/xkos#sourceConcept": [
], - "http://rdf-vocabulary.ddialliance.org/xkos#targetConcept": [
]
}
{- "http://rdf-vocabulary.ddialliance.org/xkos#sourceConcept": [
], - "http://rdf-vocabulary.ddialliance.org/xkos#targetConcept": [
]
}