Skip to content

Commit

Permalink
Merge pull request #126 from jmccrae/issue-106
Browse files Browse the repository at this point in the history
Update RDF URL
  • Loading branch information
michmech authored Jun 3, 2024
2 parents ecd7e0f + 7392ea0 commit 2d6eed7
Show file tree
Hide file tree
Showing 37 changed files with 39 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<example>
<title>RDF</title>
<programlisting>
@prefix dmlex: &lt;http://www.oasis-open.org/to-be-confirmed/dmlex&gt; .
@prefix dmlex: &lt;https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#&gt; .

&lt;#id&gt; a dmlex:LexicographicResource ;
dmlex:title "..." ;
Expand Down
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/examples/examples/source/0.rdf
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 dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#>
PREFIX dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#>
PREFIX ex: <http://www.example.com/#>

ex:lexicon a dmlex:LexicographicResource;
Expand Down
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/examples/examples/source/1.rdf
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 dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#>
PREFIX dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#>
PREFIX ex: <http://www.example.com/#>

ex:folúsghlantóir-n a dmlex:Entry;
Expand Down
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/examples/examples/source/10.rdf
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 dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#>
PREFIX dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#>
PREFIX ex: <http://www.example.com/#>

ex:lexicon a dmlex:LexicographicResource;
Expand Down
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/examples/examples/source/11.rdf
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 dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#>
PREFIX dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#>
PREFIX ex: <http://www.example.com/#>

ex:fómhar-n-1 a dmlex:Sense;
Expand Down
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/examples/examples/source/12.rdf
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 dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#>
PREFIX dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#>
PREFIX ex: <http://www.example.com/#>

ex:lexicon a dmlex:LexicographicResource;
Expand Down
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/examples/examples/source/13.rdf
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 dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#>
PREFIX dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#>
PREFIX ex: <http://www.example.com/#>

[] a dmlex:LexicographicResource;
Expand Down
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/examples/examples/source/14.rdf
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 dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#>
PREFIX dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#>
PREFIX ex: <http://www.example.com/#>

ex:lexicon a dmlex:LexicographicResource;
Expand Down
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/examples/examples/source/15.rdf
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 dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#>
PREFIX dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#>
PREFIX ex: <http://www.example.com/#>

ex:lexicon a dmlex:LexicographicResource;
Expand Down
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/examples/examples/source/16.rdf
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 dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#>
PREFIX dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#>
PREFIX ex: <http://www.example.com/#>

ex:lexicon a dmlex:LexicographicResource;
Expand Down
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/examples/examples/source/17.rdf
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 dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#>
PREFIX dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#>
PREFIX ex: <http://www.example.com/#>

ex:lexicon a dmlex:LexicographicResource;
Expand Down
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/examples/examples/source/18.rdf
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 dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#>
PREFIX dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#>
PREFIX ex: <http://www.example.com/#>

ex:lexicon a dmlex:LexicographicResource;
Expand Down
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/examples/examples/source/19.rdf
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 dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#>
PREFIX dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#>
PREFIX ex: <http://www.example.com/#>

ex:continue-studies a dmlex:Entry;
Expand Down
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/examples/examples/source/2.rdf
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 dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#>
PREFIX dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#>
PREFIX ex: <http://www.example.com/#>

ex:aardvark-noun a dmlex:Entry;
Expand Down
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/examples/examples/source/20.rdf
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 dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#>
PREFIX dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#>
PREFIX ex: <http://www.example.com/#>

ex:beat-up-1 a dmlex:Sense;
Expand Down
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/examples/examples/source/21.rdf
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 dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#>
PREFIX dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#>
PREFIX ex: <http://www.example.com/#>

ex:autopsy-1 a dmlex:Sense;
Expand Down
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/examples/examples/source/22.rdf
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 dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#>
PREFIX dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#>
PREFIX ex: <http://www.example.com/#>

ex:autopsy a dmlex:Entry;
Expand Down
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/examples/examples/source/23.rdf
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 dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#>
PREFIX dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#>
PREFIX ex: <http://www.example.com/#>

ex:cat-n a dmlex:Entry;
Expand Down
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/examples/examples/source/24.rdf
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 dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#>
PREFIX dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#>
PREFIX ex: <http://www.example.com/#>

ex:lexicon a dmlex:LexicographicResource;
Expand Down
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/examples/examples/source/3.rdf
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 dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#>
PREFIX dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#>
PREFIX ex: <http://www.example.com/#>

ex:aardvark-noun a dmlex:Entry;
Expand Down
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/examples/examples/source/4.rdf
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 dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#>
PREFIX dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#>
PREFIX ex: <http://www.example.com/#>

ex:aardvark-noun a dmlex:Entry;
Expand Down
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/examples/examples/source/5.rdf
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 dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#>
PREFIX dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#>
PREFIX ex: <http://www.example.com/#>

ex:lexicon a dmlex:LexicographicResource;
Expand Down
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/examples/examples/source/6.rdf
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 dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#>
PREFIX dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#>
PREFIX ex: <http://www.example.com/#>

ex:lexicon a dmlex:LexicographicResource;
Expand Down
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/examples/examples/source/7.rdf
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 dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#>
PREFIX dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#>
PREFIX ex: <http://www.example.com/#>

ex:lexicon a dmlex:LexicographicResource;
Expand Down
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/examples/examples/source/8.rdf
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 dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#>
PREFIX dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#>
PREFIX ex: <http://www.example.com/#>

ex:doctor-n a dmlex:Entry;
Expand Down
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/examples/examples/source/9.rdf
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 dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#>
PREFIX dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#>
PREFIX ex: <http://www.example.com/#>

ex:treppenwitz a dmlex:Entry;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## The ontology for DMLex
## Author: John P. McCrae

@prefix dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#> .
@prefix dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#> .
@prefix lime: <http://www.w3.org/ns/lemon/lime#> .
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## The ontology for DMLex
## Author: John P. McCrae

@prefix dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#> .
@prefix dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#> .
@prefix lime: <http://www.w3.org/ns/lemon/lime#> .
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## The ontology for DMLex
## Author: John P. McCrae

@prefix dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#> .
@prefix dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#> .
@prefix lime: <http://www.w3.org/ns/lemon/lime#> .
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## The ontology for DMLex - Etymology module
## Author: John P. McCrae

@prefix dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#> .
@prefix dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#> .
@prefix lime: <http://www.w3.org/ns/lemon/lime#> .
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## The ontology for DMLex
## Author: John P. McCrae

@prefix dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#> .
@prefix dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#> .
@prefix lime: <http://www.w3.org/ns/lemon/lime#> .
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## The ontology for DMLex
## Author: John P. McCrae

@prefix dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#> .
@prefix dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#> .
@prefix lime: <http://www.w3.org/ns/lemon/lime#> .
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file was generated from dmlex.ttl by gen_shacl_from_rdf.py
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#> .
@prefix : <http://www.oasis-open.org/to-be-confirmed/dmlex-shacl#> .
@prefix dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#> .
@prefix : <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.shacl#> .


:LexicographicResourceShape ;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## The ontology for DMLex
## Author: John P. McCrae

@prefix dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex#> .
@prefix dmlex: <https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#> .
@prefix lime: <http://www.w3.org/ns/lemon/lime#> .
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from collections import defaultdict
from rdflib.collection import Collection

DMLEX = "http://www.oasis-open.org/to-be-confirmed/dmlex#"
DMLEX = "https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#"

def describe_property(g, property, file, restrictions):
file.write(f"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from rdflib.namespace import RDF, RDFS, OWL, URIRef
from rdflib.collection import Collection

DMLEX = "http://www.oasis-open.org/to-be-confirmed/dmlex#"
DMLEX_SHACL = "http://www.oasis-open.org/to-be-confirmed/dmlex-shacl#"
DMLEX = "https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#"
DMLEX_SHACL = "https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.shacl#"

def parse_rdf():
g = rdflib.Graph()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<para>The RDF serialization used in this document follows the following principles</para>
<itemizedlist>
<listitem>
<para>The RDF serialization uses an vocabulary defined at the namespace <code>https://www.oasis-open.org/to-be-confirmed/dmlex</code>, al elements of the vocabulary are in this namespace</para>
<para>The RDF serialization uses an vocabulary defined at the namespace <code>https://docs.oasis-open.org/lexidma/dmlex/v1.0/schemas/RDF/dmlex.ttl#</code>, al elements of the vocabulary are in this namespace</para>
</listitem>
<listitem>
<para>The vocabulary file provides RDF Schema and OWL axioms which implement the restrictions described by the data model. It also provides a linking to the <ulink url="https://www.w3.org/2016/05/ontolex/">OntoLex-Lemon</ulink> model. The ontology provides rules to infer an OntoLex-lemon model from DMLex data. This is achieved by means of subclass and subproperty axioms and so conversion can be performed by an OWL reasoner.</para>
Expand Down

0 comments on commit 2d6eed7

Please sign in to comment.