Module: Chronicle::Schema::RDFParsing

Defined in:
lib/chronicle/schema/rdf_parsing.rb,
lib/chronicle/schema/rdf_parsing/schemaorg.rb,
lib/chronicle/schema/rdf_parsing/rdf_serializer.rb,
lib/chronicle/schema/rdf_parsing/graph_transformer.rb,
lib/chronicle/schema/rdf_parsing/ttl_graph_builder.rb

Defined Under Namespace

Modules: Schemaorg Classes: GraphTransformer, RDFSerializer, TTLGraphBuilder

Constant Summary collapse

PREFIXES =
{
  schemaorg: 'https://schema.org/',
  owl: 'http://www.w3.org/2002/07/owl#',
  dc: 'http://purl.org/dc/terms/',
  rdf: 'http://www.w3.org/1999/02/22-rdf-syntax-ns#',
  rdfs: 'http://www.w3.org/2000/01/rdf-schema#',
  xml: 'http://www.w3.org/XML/1998/namespace',
  xsd: 'http://www.w3.org/2001/XMLSchema#'
}.freeze