Skip to content

Commit

Permalink
update namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
keski committed Sep 24, 2024
1 parent 31419c6 commit 6616355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ExampleEngineConf.ttl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX ec: <http://www.example.org/se/liu/ida/hefquin/engineconf#>
PREFIX ec: <http://w3id.org/hefquin/engineconf#>
PREFIX ex: <http://example.org/>

[] rdf:type ec:HeFQUINEngineConfiguration ;
Expand Down
2 changes: 1 addition & 1 deletion ExampleLPG2RDF.ttl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX lr: <http://www.example.org/se/liu/ida/hefquin/lpg2rdf#>
PREFIX lr: <http://w3id.org/hefquin/lpg2rdf#>
PREFIX ex: <http://example.org/>

ex:myExampleConfig a lr:LPGtoRDFConfiguration ;
Expand Down

0 comments on commit 6616355

Please sign in to comment.