R/init_semantic_elements.R

#Initialise all Classes and Properties


Record = rdf4r::identifier(
  id="Record",
  prefix = c(openbiodiv = "http://openbiodiv.net")
)


BOLD_Id= rdf4r::identifier(
  id = "BOLD_Id",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)

BOLD_Record= rdf4r::identifier(
  id = "BOLD_Record",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)



BIN = rdf4r::identifier(
  id = "BIN",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)

RecordId = rdf4r::identifier(
  id = "RecordId",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)


ProcessId = rdf4r::identifier(
  id = "ProcessId",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)

SampleId = rdf4r::identifier(
  id = "SampleId",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)

SequenceId = rdf4r::identifier(
  id = "SequenceId",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)


Institution = rdf4r::identifier(
  id = "Institution",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)

Nucleotides = rdf4r::identifier(
  id = "Nucleotides",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)

CatalogNum = rdf4r::identifier(
  id = "CatalogNum",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)

BIN_record = rdf4r::identifier(
  id = "BIN_record",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)

BoldId_group = rdf4r::identifier(
  id = "BoldId_group",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)



Taxonomy = rdf4r::identifier(
  id = "Taxonomy",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)

Phylum = rdf4r::identifier(
  id = "Phylum",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)

Clas = rdf4r::identifier(
  id = "Clas",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)

Order = rdf4r::identifier(
  id = "Order",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)

Family = rdf4r::identifier(
  id = "Family",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)


Genus = rdf4r::identifier(
  id = "Genus",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)

Species = rdf4r::identifier(
  id = "Species",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)

CollectionEvent = rdf4r::identifier(
  id = "CollectionEvent",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)

Country = rdf4r::identifier(
  id = "Country",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)

ProvinceState = rdf4r::identifier(
  id = "ProvinceState",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)


####################

has_BOLDId = rdf4r::identifier(
  id = "has_BOLDId",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)

has_BIN = rdf4r::identifier(
  id = "has_BIN",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)

has_RecordId = rdf4r::identifier(
  id = "has_RecordId",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)


has_ProcessId = rdf4r::identifier(
  id = "has_ProcessId",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)

has_SampleId = rdf4r::identifier(
  id = "has_SampleId",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)

has_SequenceId = rdf4r::identifier(
  id = "has_SequenceId",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)


has_Nucleotides = rdf4r::identifier(
  id = "has_Nucleotides",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)

has_CatalogNum = rdf4r::identifier(
  id = "has_CatalogNum",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)

has_BOLD_section = rdf4r::identifier(
  id = "has_BOLD_section",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)

has_TaxonName = rdf4r::identifier(
  id = "has_TaxonName",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)

has_TaxID = rdf4r::identifier(
  id = "has_TaxID",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)


has_CollectionEvent = rdf4r::identifier(
  id = "has_CollectionEvent",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)

has_Country = rdf4r::identifier(
  id = "has_Country",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)

has_ProvinceState = rdf4r::identifier(
  id = "has_ProvinceState",
  prefix = c(openbiodiv = "http://openbiodiv.net/")
)
mariyad/openbiodiving documentation built on June 3, 2019, 2:18 p.m.