phochste / RDF-LDF

Perl Linked Data Fragments client
Other
4 stars 4 forks source link

Switch from RDF::NS to RDF::NS::Curated #12

Open phochste opened 8 years ago

phochste commented 8 years ago

To keep the code tests stable (RDF::NS is crowd sourced).

Check also URI::NamespaceMap for providing holding a collection of namespaces

kjetilk commented 8 years ago

Not just for tests, but for code that needs to be stable over a long time. :-)

I've committed hydra to master now, and I have a branch with a scalar qname function.

I get weird results when trying to generalize it to array context, but i have opened a bug for it on myself: https://github.com/kjetilk/p5-rdf-ns-curated/issues/3

kjetilk commented 6 years ago

I thought this was going to be trivial now that RDF::NS::Curated has a qname method, so I did that in https://github.com/phochste/RDF-LDF/tree/feature-curated but tests are failing. I can't commit time to that right now, but I figured I'd push anyway.