diff --git a/BioChemEntity/jsonld/type/BioChemEntity_v0.9-DRAFT.jsonld b/BioChemEntity/jsonld/type/BioChemEntity_v0.9-DRAFT.jsonld new file mode 100644 index 0000000..8c38ef2 --- /dev/null +++ b/BioChemEntity/jsonld/type/BioChemEntity_v0.9-DRAFT.jsonld @@ -0,0 +1,67 @@ +{ + "@context": { + "schema": "http://schema.org/", + "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", + "rdfs": "http://www.w3.org/2000/01/rdf-schema#", + "bioschemas": "https://discovery.biothings.io/ns/bioschemas/" + }, + "@graph": [ + { + "@id": "bioschemas:BioChemEntity", + "@type": "rdfs:Class", + "rdfs:comment": "Any biological, chemical, or biochemical thing. For example: a protein; a gene; a chemical; a synthetic chemical. Version 0.9-DRAFT", + "rdfs:label": "BioChemEntity", + "rdfs:subClassOf": { + "@id": "schema:BioChemEntity" + }, + "schemaVersion": [ + "https://schema.org/docs/releases.html#v28.0" + ] + }, + { + "@id": "bioschemas:hasBioPolymerSequence", + "@type": "rdf:Property", + "rdfs:comment": "A symbolic representation of a BioChemEnity. For example, a nucleotide sequence of a Gene or an amino acid sequence of a Protein.", + "rdfs:label": "hasBioPolymerSequence", + "schema:domainIncludes": { + "@id": "bioschemas:BioChemEntity" + }, + "schema:rangeIncludes": [ + { + "@id": "schema:Text" + } + ] + }, + { + "@id": "bioschemas:hasSequenceAnnotation", + "@type": "rdf:Property", + "rdfs:comment": "An annotation on the BioPolymerSequence associated with this BioChemEntity.", + "rdfs:label": "hasSequenceAnnotation", + "schema:domainIncludes": { + "@id": "bioschemas:BioChemEntity" + }, + "schema:rangeIncludes": [ + { + "@id": "schema:URL" + }, + { + "@id": "bioschemastypesdrafts:SequenceAnnotation" + } + ] + }, + { + "@id": "bioschemas:testProperty", + "@type": "rdf:Property", + "rdfs:comment": "This is an integration test", + "rdfs:label": "testProperty", + "schema:domainIncludes": { + "@id": "bioschemas:BioChemEntity" + }, + "schema:rangeIncludes": [ + { + "@id": "schema:Text" + } + ] + } + ] +} \ No newline at end of file