rdf-ex/test/unit/rdf_test.exs
Marcel Otto e141841e78 core: vocabulary namespace rewrite
- ability to create vocabulary namespaces from RDF data
- XSD, RDF, RDFS, OWL and SKOS vocabulary namespaces
2017-03-12 14:30:59 +01:00

11 lines
212 B
Elixir

defmodule RDF.CoreTest do
use ExUnit.Case
use RDF.Vocabulary.Namespace
defvocab EX, base_uri: "http://example.com/", terms: [], strict: false
doctest RDF
# alias RDF.{Triple, Literal, BlankNode}
end