Skip to content

Commit

Permalink
add OWL Manchester syntax serialisation for 2.0
Browse files Browse the repository at this point in the history
updated OMN files with metadata and other content since 2.0-beta
  • Loading branch information
coolharsh55 committed Aug 1, 2024
1 parent ef0417c commit 0849628
Show file tree
Hide file tree
Showing 109 changed files with 17,484 additions and 16,249 deletions.
51 changes: 31 additions & 20 deletions 2.0/ai/ai-owl.omn
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Prefix: bibo: <http://purl.org/ontology/bibo/>
Prefix: dct: <http://purl.org/dc/terms/>
Prefix: foaf: <http://xmlns.com/foaf/0.1/>
Prefix: owl: <http://www.w3.org/2002/07/owl#>
Prefix: profile: <http://www.w3.org/ns/dx/prof/>
Prefix: rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
Expand All @@ -9,13 +11,19 @@ Prefix: sw: <http://www.w3.org/2003/06/sw-vocab-status/ns#>
Prefix: vann: <http://purl.org/vocab/vann/>
Prefix: xml: <http://www.w3.org/XML/1998/namespace>
Prefix: xsd: <http://www.w3.org/2001/XMLSchema#>
Prefix: : <https://w3id.org/dpv/2.0/ai/owl#>
Prefix: : <https://w3id.org/dpv/ai/owl#>



Ontology: <https://w3id.org/dpv/2.0/ai/owl#>
Ontology: <https://w3id.org/dpv/ai/owl#>
<https://w3id.org/dpv/2.0/ai/owl#>

Annotations:
owl:versionInfo "2.0"

AnnotationProperty: owl:versionInfo


AnnotationProperty: rdfs:isDefinedBy


Expand All @@ -31,76 +39,79 @@ AnnotationProperty: skos:scopeNote
Datatype: rdf:langString


Class: <https://w3id.org/dpv/2.0/ai/owl#AI>
Datatype: xsd:string


Class: <https://w3id.org/dpv/ai/owl#AI>

Annotations:
rdfs:isDefinedBy <https://w3id.org/dpv/2.0/ai/owl#>,
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>,
skos:definition "A technical and scientific field devoted to the engineered system that generates outputs such as content, forecasts, recommendations or decisions for a given set of human-defined objectives"@en,
skos:prefLabel "Artificial Intelligence (AI)"@en,
skos:scopeNote "This concept is a stub"@en


Class: <https://w3id.org/dpv/2.0/ai/owl#AISystem>
Class: <https://w3id.org/dpv/ai/owl#AISystem>

Annotations:
rdfs:isDefinedBy <https://w3id.org/dpv/2.0/ai/owl#>,
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>,
skos:definition "OECD 2024 definition: An AI system is a machine-based system that, for explicit or implicit objectives, infers, from the input it receives, how to generate outputs such as predictions, content, recommendations, or decisions that can influence physical or virtual environments. Different AI systems vary in their levels of autonomy and adaptiveness after deployment. ISO/IEC 22989:2023 definition: engineered system that generates outputs such as content, forecasts, recommendations or decisions for a given set of human-defined objectives"@en,
skos:prefLabel "AI System"@en

SubClassOf:
<https://w3id.org/dpv/2.0/ai/owl#AI>
<https://w3id.org/dpv/ai/owl#AI>


Class: <https://w3id.org/dpv/2.0/ai/owl#Capability>
Class: <https://w3id.org/dpv/ai/owl#Capability>

Annotations:
rdfs:isDefinedBy <https://w3id.org/dpv/2.0/ai/owl#>,
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>,
skos:definition "Capability or use of AI to achieve a technical goal or objective"@en,
skos:prefLabel "Capability"@en,
skos:scopeNote "This concept is a stub"@en

SubClassOf:
<https://w3id.org/dpv/2.0/ai/owl#AI>
<https://w3id.org/dpv/ai/owl#AI>


Class: <https://w3id.org/dpv/2.0/ai/owl#Measure>
Class: <https://w3id.org/dpv/ai/owl#Measure>

Annotations:
rdfs:isDefinedBy <https://w3id.org/dpv/2.0/ai/owl#>,
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>,
skos:definition "Measure to address risk associated with AI Systems"@en,
skos:prefLabel "Measure"@en,
skos:scopeNote "This concept is a stub"@en


Class: <https://w3id.org/dpv/2.0/ai/owl#Model>
Class: <https://w3id.org/dpv/ai/owl#Model>

Annotations:
rdfs:isDefinedBy <https://w3id.org/dpv/2.0/ai/owl#>,
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>,
skos:definition "Physical, mathematical or otherwise logical representation of a system, entity, phenomenon, process or data"@en,
skos:prefLabel "Model"@en

SubClassOf:
<https://w3id.org/dpv/2.0/ai/owl#AI>
<https://w3id.org/dpv/ai/owl#AI>


Class: <https://w3id.org/dpv/2.0/ai/owl#Risk>
Class: <https://w3id.org/dpv/ai/owl#Risk>

Annotations:
rdfs:isDefinedBy <https://w3id.org/dpv/2.0/ai/owl#>,
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>,
skos:definition "Risk associated with development, use, or operation of AI systems"@en,
skos:prefLabel "Risk"@en,
skos:scopeNote "This concept is a stub"@en


Class: <https://w3id.org/dpv/2.0/ai/owl#Technique>
Class: <https://w3id.org/dpv/ai/owl#Technique>

Annotations:
rdfs:isDefinedBy <https://w3id.org/dpv/2.0/ai/owl#>,
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>,
skos:definition "Techniques for using or applying AI"@en,
skos:prefLabel "Technique"@en,
skos:scopeNote "This concept is a stub"@en

SubClassOf:
<https://w3id.org/dpv/2.0/ai/owl#AI>
<https://w3id.org/dpv/ai/owl#AI>


19 changes: 15 additions & 4 deletions 2.0/ai/modules/capabilities-owl.omn
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Prefix: bibo: <http://purl.org/ontology/bibo/>
Prefix: dct: <http://purl.org/dc/terms/>
Prefix: foaf: <http://xmlns.com/foaf/0.1/>
Prefix: owl: <http://www.w3.org/2002/07/owl#>
Prefix: profile: <http://www.w3.org/ns/dx/prof/>
Prefix: rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
Expand All @@ -9,13 +11,19 @@ Prefix: sw: <http://www.w3.org/2003/06/sw-vocab-status/ns#>
Prefix: vann: <http://purl.org/vocab/vann/>
Prefix: xml: <http://www.w3.org/XML/1998/namespace>
Prefix: xsd: <http://www.w3.org/2001/XMLSchema#>
Prefix: : <https://w3id.org/dpv/2.0/ai/owl#>
Prefix: : <https://w3id.org/dpv/ai/owl#>



Ontology: <https://w3id.org/dpv/2.0/ai/owl#>
Ontology: <https://w3id.org/dpv/ai/owl#>
<https://w3id.org/dpv/2.0/ai/owl#>

Annotations:
owl:versionInfo "2.0"

AnnotationProperty: owl:versionInfo


AnnotationProperty: rdfs:isDefinedBy


Expand All @@ -31,10 +39,13 @@ AnnotationProperty: skos:scopeNote
Datatype: rdf:langString


Class: <https://w3id.org/dpv/2.0/ai/owl#Capability>
Datatype: xsd:string


Class: <https://w3id.org/dpv/ai/owl#Capability>

Annotations:
rdfs:isDefinedBy <https://w3id.org/dpv/2.0/ai/owl#>,
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>,
skos:definition "Capability or use of AI to achieve a technical goal or objective"@en,
skos:prefLabel "Capability"@en,
skos:scopeNote "This concept is a stub"@en
Expand Down
31 changes: 21 additions & 10 deletions 2.0/ai/modules/core-owl.omn
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Prefix: bibo: <http://purl.org/ontology/bibo/>
Prefix: dct: <http://purl.org/dc/terms/>
Prefix: foaf: <http://xmlns.com/foaf/0.1/>
Prefix: owl: <http://www.w3.org/2002/07/owl#>
Prefix: profile: <http://www.w3.org/ns/dx/prof/>
Prefix: rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
Expand All @@ -9,13 +11,19 @@ Prefix: sw: <http://www.w3.org/2003/06/sw-vocab-status/ns#>
Prefix: vann: <http://purl.org/vocab/vann/>
Prefix: xml: <http://www.w3.org/XML/1998/namespace>
Prefix: xsd: <http://www.w3.org/2001/XMLSchema#>
Prefix: : <https://w3id.org/dpv/2.0/ai/owl#>
Prefix: : <https://w3id.org/dpv/ai/owl#>



Ontology: <https://w3id.org/dpv/2.0/ai/owl#>
Ontology: <https://w3id.org/dpv/ai/owl#>
<https://w3id.org/dpv/2.0/ai/owl#>

Annotations:
owl:versionInfo "2.0"

AnnotationProperty: owl:versionInfo


AnnotationProperty: rdfs:isDefinedBy


Expand All @@ -31,34 +39,37 @@ AnnotationProperty: skos:scopeNote
Datatype: rdf:langString


Class: <https://w3id.org/dpv/2.0/ai/owl#AI>
Datatype: xsd:string


Class: <https://w3id.org/dpv/ai/owl#AI>

Annotations:
rdfs:isDefinedBy <https://w3id.org/dpv/2.0/ai/owl#>,
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>,
skos:definition "A technical and scientific field devoted to the engineered system that generates outputs such as content, forecasts, recommendations or decisions for a given set of human-defined objectives"@en,
skos:prefLabel "Artificial Intelligence (AI)"@en,
skos:scopeNote "This concept is a stub"@en


Class: <https://w3id.org/dpv/2.0/ai/owl#AISystem>
Class: <https://w3id.org/dpv/ai/owl#AISystem>

Annotations:
rdfs:isDefinedBy <https://w3id.org/dpv/2.0/ai/owl#>,
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>,
skos:definition "OECD 2024 definition: An AI system is a machine-based system that, for explicit or implicit objectives, infers, from the input it receives, how to generate outputs such as predictions, content, recommendations, or decisions that can influence physical or virtual environments. Different AI systems vary in their levels of autonomy and adaptiveness after deployment. ISO/IEC 22989:2023 definition: engineered system that generates outputs such as content, forecasts, recommendations or decisions for a given set of human-defined objectives"@en,
skos:prefLabel "AI System"@en

SubClassOf:
<https://w3id.org/dpv/2.0/ai/owl#AI>
<https://w3id.org/dpv/ai/owl#AI>


Class: <https://w3id.org/dpv/2.0/ai/owl#Model>
Class: <https://w3id.org/dpv/ai/owl#Model>

Annotations:
rdfs:isDefinedBy <https://w3id.org/dpv/2.0/ai/owl#>,
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>,
skos:definition "Physical, mathematical or otherwise logical representation of a system, entity, phenomenon, process or data"@en,
skos:prefLabel "Model"@en

SubClassOf:
<https://w3id.org/dpv/2.0/ai/owl#AI>
<https://w3id.org/dpv/ai/owl#AI>


19 changes: 15 additions & 4 deletions 2.0/ai/modules/measures-owl.omn
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Prefix: bibo: <http://purl.org/ontology/bibo/>
Prefix: dct: <http://purl.org/dc/terms/>
Prefix: foaf: <http://xmlns.com/foaf/0.1/>
Prefix: owl: <http://www.w3.org/2002/07/owl#>
Prefix: profile: <http://www.w3.org/ns/dx/prof/>
Prefix: rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
Expand All @@ -9,13 +11,19 @@ Prefix: sw: <http://www.w3.org/2003/06/sw-vocab-status/ns#>
Prefix: vann: <http://purl.org/vocab/vann/>
Prefix: xml: <http://www.w3.org/XML/1998/namespace>
Prefix: xsd: <http://www.w3.org/2001/XMLSchema#>
Prefix: : <https://w3id.org/dpv/2.0/ai/owl#>
Prefix: : <https://w3id.org/dpv/ai/owl#>



Ontology: <https://w3id.org/dpv/2.0/ai/owl#>
Ontology: <https://w3id.org/dpv/ai/owl#>
<https://w3id.org/dpv/2.0/ai/owl#>

Annotations:
owl:versionInfo "2.0"

AnnotationProperty: owl:versionInfo


AnnotationProperty: rdfs:isDefinedBy


Expand All @@ -31,10 +39,13 @@ AnnotationProperty: skos:scopeNote
Datatype: rdf:langString


Class: <https://w3id.org/dpv/2.0/ai/owl#Measure>
Datatype: xsd:string


Class: <https://w3id.org/dpv/ai/owl#Measure>

Annotations:
rdfs:isDefinedBy <https://w3id.org/dpv/2.0/ai/owl#>,
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>,
skos:definition "Measure to address risk associated with AI Systems"@en,
skos:prefLabel "Measure"@en,
skos:scopeNote "This concept is a stub"@en
Expand Down
19 changes: 15 additions & 4 deletions 2.0/ai/modules/risks-owl.omn
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Prefix: bibo: <http://purl.org/ontology/bibo/>
Prefix: dct: <http://purl.org/dc/terms/>
Prefix: foaf: <http://xmlns.com/foaf/0.1/>
Prefix: owl: <http://www.w3.org/2002/07/owl#>
Prefix: profile: <http://www.w3.org/ns/dx/prof/>
Prefix: rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
Expand All @@ -9,13 +11,19 @@ Prefix: sw: <http://www.w3.org/2003/06/sw-vocab-status/ns#>
Prefix: vann: <http://purl.org/vocab/vann/>
Prefix: xml: <http://www.w3.org/XML/1998/namespace>
Prefix: xsd: <http://www.w3.org/2001/XMLSchema#>
Prefix: : <https://w3id.org/dpv/2.0/ai/owl#>
Prefix: : <https://w3id.org/dpv/ai/owl#>



Ontology: <https://w3id.org/dpv/2.0/ai/owl#>
Ontology: <https://w3id.org/dpv/ai/owl#>
<https://w3id.org/dpv/2.0/ai/owl#>

Annotations:
owl:versionInfo "2.0"

AnnotationProperty: owl:versionInfo


AnnotationProperty: rdfs:isDefinedBy


Expand All @@ -31,10 +39,13 @@ AnnotationProperty: skos:scopeNote
Datatype: rdf:langString


Class: <https://w3id.org/dpv/2.0/ai/owl#Risk>
Datatype: xsd:string


Class: <https://w3id.org/dpv/ai/owl#Risk>

Annotations:
rdfs:isDefinedBy <https://w3id.org/dpv/2.0/ai/owl#>,
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>,
skos:definition "Risk associated with development, use, or operation of AI systems"@en,
skos:prefLabel "Risk"@en,
skos:scopeNote "This concept is a stub"@en
Expand Down
19 changes: 15 additions & 4 deletions 2.0/ai/modules/techniques-owl.omn
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Prefix: bibo: <http://purl.org/ontology/bibo/>
Prefix: dct: <http://purl.org/dc/terms/>
Prefix: foaf: <http://xmlns.com/foaf/0.1/>
Prefix: owl: <http://www.w3.org/2002/07/owl#>
Prefix: profile: <http://www.w3.org/ns/dx/prof/>
Prefix: rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
Expand All @@ -9,13 +11,19 @@ Prefix: sw: <http://www.w3.org/2003/06/sw-vocab-status/ns#>
Prefix: vann: <http://purl.org/vocab/vann/>
Prefix: xml: <http://www.w3.org/XML/1998/namespace>
Prefix: xsd: <http://www.w3.org/2001/XMLSchema#>
Prefix: : <https://w3id.org/dpv/2.0/ai/owl#>
Prefix: : <https://w3id.org/dpv/ai/owl#>



Ontology: <https://w3id.org/dpv/2.0/ai/owl#>
Ontology: <https://w3id.org/dpv/ai/owl#>
<https://w3id.org/dpv/2.0/ai/owl#>

Annotations:
owl:versionInfo "2.0"

AnnotationProperty: owl:versionInfo


AnnotationProperty: rdfs:isDefinedBy


Expand All @@ -31,10 +39,13 @@ AnnotationProperty: skos:scopeNote
Datatype: rdf:langString


Class: <https://w3id.org/dpv/2.0/ai/owl#Technique>
Datatype: xsd:string


Class: <https://w3id.org/dpv/ai/owl#Technique>

Annotations:
rdfs:isDefinedBy <https://w3id.org/dpv/2.0/ai/owl#>,
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>,
skos:definition "Techniques for using or applying AI"@en,
skos:prefLabel "Technique"@en,
skos:scopeNote "This concept is a stub"@en
Expand Down
Loading

0 comments on commit 0849628

Please sign in to comment.