Skip to content

Commit

Permalink
setup id ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
joergwa committed Nov 14, 2024
1 parent 386f662 commit 4010137
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 6 deletions.
113 changes: 113 additions & 0 deletions src/ontology/components/pmdco-idranges.owl
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
## ID Ranges File
Prefix: rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
Prefix: idsfor: <http://purl.obolibrary.org/obo/IAO_0000598>
Prefix: dce: <http://purl.org/dc/elements/1.1/>
Prefix: xsd: <http://www.w3.org/2001/XMLSchema#>
Prefix: allocatedto: <http://purl.obolibrary.org/obo/IAO_0000597>
Prefix: xml: <http://www.w3.org/XML/1998/namespace>
Prefix: idprefix: <http://purl.obolibrary.org/obo/IAO_0000599>
Prefix: iddigits: <http://purl.obolibrary.org/obo/IAO_0000596>
Prefix: rdfs: <http://www.w3.org/2000/01/rdf-schema#>
Prefix: idrange: <http://purl.obolibrary.org/obo/ro/idrange/>
Prefix: owl: <http://www.w3.org/2002/07/owl#>

Ontology: <https://w3id.org/pmd/co/pmdco/pmdco-idranges.owl>


Annotations:
idsfor: "PMD",
idprefix: "https://w3id.org/pmd/co/PMD_",
iddigits: 7

AnnotationProperty: idprefix:


AnnotationProperty: iddigits:


AnnotationProperty: idsfor:


AnnotationProperty: allocatedto:

Datatype: idrange:1

Annotations:
allocatedto: "basic"

EquivalentTo:
xsd:integer[>= 0 , <= 9999]


Datatype: idrange:2

Annotations:
allocatedto: "bernd"

EquivalentTo:
xsd:integer[>= 10000 , <= 19999]

Datatype: idrange:3

Annotations:
allocatedto: "phillip"

EquivalentTo:
xsd:integer[>= 20000 , <= 29999]

Datatype: idrange:4

Annotations:
allocatedto: "thomas"

EquivalentTo:
xsd:integer[>= 40000 , <= 49999]


Datatype: idrange:5

Annotations:
allocatedto: "henk"

EquivalentTo:
xsd:integer[>= 30000 , <= 39999]

Datatype: idrange:6

Annotations:
allocatedto: "lars"

EquivalentTo:
xsd:integer[>= 40000 , <= 49999]


Datatype: idrange:7

Annotations:
allocatedto: "markus"

EquivalentTo:
xsd:integer[>= 50000 , <= 59999]



Datatype: idrange:8

Annotations:
allocatedto: "joergwa"

EquivalentTo:
xsd:integer[>= 100000 , <= 199999]



Datatype: idrange:9

Annotations:
allocatedto: "other"

EquivalentTo:
xsd:integer[>= 200000 , <= 999999]
Datatype: xsd:integer
Datatype: rdf:PlainLiteral

72 changes: 66 additions & 6 deletions src/ontology/pmdco-idranges.owl
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Ontology: <https://w3id.org/pmd/co/pmdco/pmdco-idranges.owl>


Annotations:
idsfor: "PMDCO",
idprefix: "https://w3id.org/pmd/co/PMDCO_",
idsfor: "PMD",
idprefix: "https://w3id.org/pmd/co/PMD_",
iddigits: 7

AnnotationProperty: idprefix:
Expand All @@ -33,21 +33,81 @@ AnnotationProperty: allocatedto:
Datatype: idrange:1

Annotations:
allocatedto: "ONTOLOGY-CREATOR"
allocatedto: "basic"

EquivalentTo:
xsd:integer[>= 0 , <= 999999]
xsd:integer[>= 0 , <= 9999]


Datatype: idrange:2

Annotations:
allocatedto: "ADDITIONAL EDITOR"
allocatedto: "bernd"

EquivalentTo:
xsd:integer[>= 1000000 , <= 1999999]
xsd:integer[>= 10000 , <= 19999]

Datatype: idrange:3

Annotations:
allocatedto: "phillip"

EquivalentTo:
xsd:integer[>= 20000 , <= 29999]

Datatype: idrange:4

Annotations:
allocatedto: "thomas"

EquivalentTo:
xsd:integer[>= 40000 , <= 49999]


Datatype: idrange:5

Annotations:
allocatedto: "henk"

EquivalentTo:
xsd:integer[>= 30000 , <= 39999]

Datatype: idrange:6

Annotations:
allocatedto: "lars"

EquivalentTo:
xsd:integer[>= 40000 , <= 49999]


Datatype: idrange:7

Annotations:
allocatedto: "markus"

EquivalentTo:
xsd:integer[>= 50000 , <= 59999]



Datatype: idrange:8

Annotations:
allocatedto: "joergwa"

EquivalentTo:
xsd:integer[>= 100000 , <= 199999]



Datatype: idrange:9

Annotations:
allocatedto: "other"

EquivalentTo:
xsd:integer[>= 200000 , <= 999999]
Datatype: xsd:integer
Datatype: rdf:PlainLiteral

0 comments on commit 4010137

Please sign in to comment.