AKSW / jekyll-rdf

📃 A Jekyll plugin to include RDF data in your static site or build a complete site for your RDF graph
http://aksw.org/Projects/JekyllRDF
Other
57 stars 10 forks source link

container sequences are now ordered #96

Closed Simaris closed 7 years ago

Simaris commented 7 years ago

Fix #88

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 6aa83ee3b8cd2971eba3011c337b8dbe137c1b7e on Simaris:order_rdf_lists into 600cf61f565aeadc6abb3f958209917b7d79f84a on white-gecko:develop.

Simaris commented 7 years ago

I decided to always order containers, since wild cards still do not seem to work perfectly fine. For

simcon:Container rdfs:subClassOf rdf:test.
rdf:test rdfs:subClassOf rdf:Seq.

the ask query:

ASK WHERE{ 
  {<http://www.ifi.uio.no/INF3580/simpson-container#Container> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq>} 
  UNION 
  {<http://www.ifi.uio.no/INF3580/simpson-container#Container> <http://www.w3.org/2000/01/rdf-schema#subClassOf>* <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq>}
}

returns false. I tried without UNION too.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling e74f5062f5ebd9c7b2b96d5b7f215ff9d751d4a7 on Simaris:order_rdf_lists into 273336bb688718999e329bea7184220247a245aa on white-gecko:develop.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 6396b7decdfc6d241eebd1a11ab1609732fb54d4 on Simaris:order_rdf_lists into 273336bb688718999e329bea7184220247a245aa on white-gecko:develop.