Method: PubliSci::Query#vocabulary
- Defined in:
- lib/publisci/query/query_helper.rb
#vocabulary ⇒ Object
22 23 24 25 26 27 28 29 30 31 |
# File 'lib/publisci/query/query_helper.rb', line 22 def vocabulary { base: RDF::Vocabulary.new('<http://www.rqtl.org/ns/#>'), qb: RDF::Vocabulary.new("http://purl.org/linked-data/cube#"), rdf: RDF::Vocabulary.new('http://www.w3.org/1999/02/22-rdf-syntax-ns#'), rdfs: RDF::Vocabulary.new('http://www.w3.org/2000/01/rdf-schema#'), prop: RDF::Vocabulary.new('http://www.rqtl.org/dc/properties/'), cs: RDF::Vocabulary.new('http://www.rqtl.org/dc/cs') } end |