Skip to content

Commit

Permalink
Added stub for AI extension; see #126
Browse files Browse the repository at this point in the history
- CSV for AI
- path: /ai for extension
- namespace: ai
- contains RDF and HTML stubs
  • Loading branch information
coolharsh55 committed Apr 29, 2024
1 parent a3c52c1 commit f643c61
Show file tree
Hide file tree
Showing 64 changed files with 7,771 additions and 0 deletions.
785 changes: 785 additions & 0 deletions ai/ai-en.html

Large diffs are not rendered by default.

714 changes: 714 additions & 0 deletions ai/ai-owl.html

Large diffs are not rendered by default.

318 changes: 318 additions & 0 deletions ai/ai-owl.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,318 @@
[
{
"@id": "https://w3id.org/dpv/ai/owl#AITechnique",
"@type": [
"http://www.w3.org/2000/01/rdf-schema#Class",
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
"@value": "2024-04-28"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/ai/owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "https://w3id.org/dpv/ai/owl#AI"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
"@value": "accepted"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
"@value": "Techniques for using or applying AI"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
"@value": "AI Technique"
}
],
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "This concept is a stub"
}
]
},
{
"@id": "https://w3id.org/dpv/ai",
"@type": [
"http://www.w3.org/2002/07/owl#Ontology"
],
"http://purl.org/dc/terms/conformsTo": [
{
"@value": "http://www.w3.org/2000/01/rdf-schema"
},
{
"@value": "http://www.w3.org/2004/02/skos/core"
},
{
"@id": "http://www.w3.org/2002/07/owl"
}
],
"http://purl.org/dc/terms/created": [
{
"@language": "en",
"@value": "2024-04-28"
}
],
"http://purl.org/dc/terms/creator": [
{
"@language": "en",
"@value": "Delaram Golpayegani"
},
{
"@language": "en",
"@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/description": [
{
"@language": "en",
"@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about AI technologies"
}
],
"http://purl.org/dc/terms/hasVersion": [
{
"@id": "https://w3id.org/dpv/ai"
}
],
"http://purl.org/dc/terms/identifier": [
{
"@value": "https://w3id.org/dpv/ai"
}
],
"http://purl.org/dc/terms/license": [
{
"@id": "https://www.w3.org/copyright/document-license-2023/"
}
],
"http://purl.org/dc/terms/title": [
{
"@language": "en",
"@value": "AI Technology Concepts"
}
],
"http://purl.org/vocab/vann/preferredNamespacePrefix": [
{
"@value": "ai"
}
],
"http://purl.org/vocab/vann/preferredNamespaceUri": [
{
"@value": "https://w3id.org/dpv/ai#"
}
],
"https://schema.org/version": [
{
"@value": "0.1"
}
]
},
{
"@id": "https://w3id.org/dpv/ai/owl#AIMeasure",
"@type": [
"http://www.w3.org/2000/01/rdf-schema#Class",
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
"@value": "2024-04-28"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/ai/owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "https://w3id.org/dpv/owl#RiskMitigationMeasure"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
"@value": "accepted"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
"@value": "Measure to address risk associated with AI Systems"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
"@value": "AI Measure"
}
],
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "This concept is a stub"
}
]
},
{
"@id": "https://w3id.org/dpv/ai/owl#AICapability",
"@type": [
"http://www.w3.org/2000/01/rdf-schema#Class",
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
"@value": "2024-04-28"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/ai/owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "https://w3id.org/dpv/ai/owl#AI"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
"@value": "accepted"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
"@value": "Capability or use of AI to achieve a technical goal or objective"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
"@value": "AI Capability"
}
],
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "This concept is a stub"
}
]
},
{
"@id": "https://w3id.org/dpv/ai/owl#AI",
"@type": [
"http://www.w3.org/2000/01/rdf-schema#Class",
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
"@value": "2024-04-28"
}
],
"http://purl.org/dc/terms/source": [
{
"@language": "en",
"@value": "ISO/IEC 22989:2022"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/ai/owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "https://w3id.org/dpv/owl#Technology"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
"@value": "accepted"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
"@value": "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"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
"@value": "Artificial Intelligence (AI)"
}
],
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "This concept is a stub"
}
]
},
{
"@id": "https://w3id.org/dpv/ai/owl#AIRisk",
"@type": [
"http://www.w3.org/2000/01/rdf-schema#Class",
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
"@value": "2024-04-28"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/ai/owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "https://w3id.org/dpv/owl#Risk"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
"@value": "accepted"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
"@value": "Risk associated with development, use, or operation of AI systems"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
"@value": "AI Risk"
}
],
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "This concept is a stub"
}
]
}
]
78 changes: 78 additions & 0 deletions ai/ai-owl.n3
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
@prefix ai-owl: <https://w3id.org/dpv/ai/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dpv-owl: <https://w3id.org/dpv/owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sw: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ai-owl:AI a rdfs:Class,
owl:Class ;
dct:created "2024-04-28"^^xsd:date ;
dct:source "ISO/IEC 22989:2022"@en ;
rdfs:isDefinedBy ai-owl: ;
rdfs:subClassOf dpv-owl:Technology ;
sw:term_status "accepted"@en ;
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 .

ai-owl:AICapability a rdfs:Class,
owl:Class ;
dct:created "2024-04-28"^^xsd:date ;
rdfs:isDefinedBy ai-owl: ;
rdfs:subClassOf ai-owl:AI ;
sw:term_status "accepted"@en ;
skos:definition "Capability or use of AI to achieve a technical goal or objective"@en ;
skos:prefLabel "AI Capability"@en ;
skos:scopeNote "This concept is a stub"@en .

ai-owl:AIMeasure a rdfs:Class,
owl:Class ;
dct:created "2024-04-28"^^xsd:date ;
rdfs:isDefinedBy ai-owl: ;
rdfs:subClassOf dpv-owl:RiskMitigationMeasure ;
sw:term_status "accepted"@en ;
skos:definition "Measure to address risk associated with AI Systems"@en ;
skos:prefLabel "AI Measure"@en ;
skos:scopeNote "This concept is a stub"@en .

ai-owl:AIRisk a rdfs:Class,
owl:Class ;
dct:created "2024-04-28"^^xsd:date ;
rdfs:isDefinedBy ai-owl: ;
rdfs:subClassOf dpv-owl:Risk ;
sw:term_status "accepted"@en ;
skos:definition "Risk associated with development, use, or operation of AI systems"@en ;
skos:prefLabel "AI Risk"@en ;
skos:scopeNote "This concept is a stub"@en .

ai-owl:AITechnique a rdfs:Class,
owl:Class ;
dct:created "2024-04-28"^^xsd:date ;
rdfs:isDefinedBy ai-owl: ;
rdfs:subClassOf ai-owl:AI ;
sw:term_status "accepted"@en ;
skos:definition "Techniques for using or applying AI"@en ;
skos:prefLabel "AI Technique"@en ;
skos:scopeNote "This concept is a stub"@en .

<https://w3id.org/dpv/ai> a owl:Ontology ;
dct:conformsTo <http://www.w3.org/2002/07/owl>,
"http://www.w3.org/2000/01/rdf-schema",
"http://www.w3.org/2004/02/skos/core" ;
dct:created "2024-04-28"@en ;
dct:creator "Delaram Golpayegani"@en,
"Harshvardhan J. Pandit"@en ;
dct:description "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about AI technologies"@en ;
dct:hasVersion <https://w3id.org/dpv/ai> ;
dct:identifier "https://w3id.org/dpv/ai" ;
dct:license <https://www.w3.org/copyright/document-license-2023/> ;
dct:title "AI Technology Concepts"@en ;
vann:preferredNamespacePrefix "ai" ;
vann:preferredNamespaceUri "https://w3id.org/dpv/ai#" ;
schema:version "0.1" .

Loading

0 comments on commit f643c61

Please sign in to comment.