biothings_schema
Version:
a javascript library for manipulating schemaorg style jsonld files
129 lines (116 loc) • 3.45 kB
YAML
---
"@context":
dct: "http://purl.org/dc/terms/"
owl: "http://www.w3.org/2002/07/owl#"
rdf: "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
rdfa: "http://www.w3.org/ns/rdfa#"
rdfs: "http://www.w3.org/2000/01/rdf-schema#"
schema: "http://schema.org/"
xsd: "http://www.w3.org/2001/XMLSchema#"
bsc: "http://bioschemas.org/"
bts: "http://schema.biothings.io/"
"@graph":
- "@id": bts:Dataset
"@type": rdfs:Class
rdfs:comment: A schema describing Dataset in the biomedical field
rdfs:label: Dataset
rdfs:subClassOf:
"@id": schema:CreativeWork
schema:isPartOf:
"@id": http://schema.biothings.io
owl:equivalentClass:
"@id": bsc:Dataset
- "@id": bts:name
"@type": rdf:Property
rdfs:comment: It is a descriptive name of the dataset
rdfs:label: name
schema:domainIncludes:
- "@id": bts:Dataset
schema:rangeIncludes:
- "@id": xsd:string
- "@id": schema:Text
schema:sameAs:
"@id": schema:name
- "@id": bts:description
"@type": rdf:Property
rdfs:comment: It is a short summary describing a dataset.
rdfs:label: description
schema:domainIncludes:
- "@id": bts:Dataset
schema:rangeIncludes:
- "@id": xsd:string
- "@id": schema:Text
schema:sameAs:
"@id": schema:description
- "@id": bts:url
"@type": rdf:Property
rdfs:comment: It is the location of a page describing the dataset.
rdfs:label: url
schema:domainIncludes:
- "@id": bts:Dataset
schema:rangeIncludes:
"@id": schema:URL
schema:sameAs:
"@id": schema:url
- "@id": bts:identifier
"@type": rdf:Property
rdfs:comment: A unique identifier for the dataset (e.g. a DOI)
rdfs:label: identifier
schema:domainIncludes:
- "@id": bts:Dataset
schema:rangeIncludes:
"@id": xsd:string
schema:sameAs:
"@id": schema:identifier
- "@id": bts:keywords
"@type": rdf:Property
rdfs:comment: comma-seperated keywords to summarize the dataset.
rdfs:label: keywords
schema:domainIncludes:
- "@id": bts:Dataset
schema:rangeIncludes:
"@id": xsd:string
schema:sameAs:
"@id": schema:keywords
- "@id": bts:datePublished
"@type": rdf:Property
rdfs:comment: Date of first broadcast/publication.
rdfs:label: datePublished
schema:domainIncludes:
- "@id": bts:Dataset
schema:rangeIncludes:
"@id": schema:Date
schema:sameAs:
"@id": "schema:datePublished"
- "@id": bts:dateModified
"@type": rdf:Property
rdfs:comment: The date on which the dateset was most recently modified.
rdfs:label: dateModified
schema:domainIncludes:
- "@id": bts:Dataset
schema:rangeIncludes:
"@id": schema:Date
schema:sameAs:
"@id": "schema:dateModified"
- "@id": bts:author
"@type": rdf:Property
rdfs:comment: The author of this dataset, can be a person or an organization.
rdfs:label: author
schema:domainIncludes:
- "@id": bts:Dataset
schema:rangeIncludes:
- "@id": "schema:Person"
- "@id": "schema:Organization"
schema:sameAs:
"@id": "schema:author"
- "@id": bts:publisher
"@type": rdf:Property
rdfs:comment: The publisher of this dataset, usually the host organization.
rdfs:label: publisher
schema:domainIncludes:
- "@id": bts:Dataset
schema:rangeIncludes:
- "@id": "schema:Person"
- "@id": "schema:Organization"
schema:sameAs:
"@id": "schema:publisher"