United States Botanic Garden · JSON-LD Context

United States Botanic Garden Context

JSON-LD context defining the semantic vocabulary for United States Botanic Garden from United States Botanic Garden.

4 Classes 17 Properties 9 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
dct: http://purl.org/dc/terms/
dwc: http://rs.tdwg.org/dwc/terms/
dwciri: http://rs.tdwg.org/dwc/iri/
taxon: http://rs.tdwg.org/ontology/voc/TaxonConcept#
skos: http://www.w3.org/2004/02/skos/core#
foaf: http://xmlns.com/foaf/0.1/
xsd: http://www.w3.org/2001/XMLSchema#
usbg: https://www.usbg.gov/vocab#

Classes

name description url image

Properties

Property Type Container
PlantSpecimen reference
TaxonConcept reference
LivingCollection reference
scientificName
genus
species
family
commonName
nativeRange
accessionNumber
acquisitionDate date
quantity integer
conservationStatus
location
source
Conservatory
BotanicGarden reference

JSON-LD Document

united-states-botanic-garden-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "dct": "http://purl.org/dc/terms/",
    "dwc": "http://rs.tdwg.org/dwc/terms/",
    "dwciri": "http://rs.tdwg.org/dwc/iri/",
    "taxon": "http://rs.tdwg.org/ontology/voc/TaxonConcept#",
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "foaf": "http://xmlns.com/foaf/0.1/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "usbg": "https://www.usbg.gov/vocab#",

    "PlantSpecimen": {
      "@id": "dwc:Occurrence",
      "@type": "@id"
    },
    "TaxonConcept": {
      "@id": "dwc:Taxon",
      "@type": "@id"
    },
    "LivingCollection": {
      "@id": "usbg:LivingCollection",
      "@type": "@id"
    },
    "scientificName": {
      "@id": "dwc:scientificName"
    },
    "genus": {
      "@id": "dwc:genus"
    },
    "species": {
      "@id": "dwc:specificEpithet"
    },
    "family": {
      "@id": "dwc:family"
    },
    "commonName": {
      "@id": "dwc:vernacularName"
    },
    "nativeRange": {
      "@id": "dwc:nativeRange"
    },
    "accessionNumber": {
      "@id": "dwc:catalogNumber"
    },
    "acquisitionDate": {
      "@id": "dwc:dateIdentified",
      "@type": "xsd:date"
    },
    "quantity": {
      "@id": "dwc:individualCount",
      "@type": "xsd:integer"
    },
    "conservationStatus": {
      "@id": "usbg:conservationStatus"
    },
    "location": {
      "@id": "dwc:locationID"
    },
    "source": {
      "@id": "dwc:datasetName"
    },
    "Conservatory": {
      "@id": "usbg:Conservatory"
    },
    "BotanicGarden": {
      "@id": "schema:Park",
      "@type": "@id"
    },
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "image": "schema:image"
  }
}