-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds OWL Manchester Syntax serialisations
- adds OMN serilisations for all OWL files - updates 290 and 900 scripts for 2.1 release
- Loading branch information
1 parent
f118ec7
commit 0d8f21a
Showing
213 changed files
with
218,727 additions
and
2 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,217 @@ | ||
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#> | ||
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: xml: <http://www.w3.org/XML/1998/namespace> | ||
Prefix: xsd: <http://www.w3.org/2001/XMLSchema#> | ||
Prefix: : <https://w3id.org/dpv/ai/owl#> | ||
|
||
|
||
|
||
Ontology: <https://w3id.org/dpv/ai/owl#> | ||
<https://w3id.org/dpv/2.1-dev/ai/owl#> | ||
|
||
Annotations: | ||
owl:versionInfo "2.1-dev" | ||
|
||
AnnotationProperty: owl:versionInfo | ||
|
||
|
||
AnnotationProperty: rdfs:isDefinedBy | ||
|
||
|
||
AnnotationProperty: skos:definition | ||
|
||
|
||
AnnotationProperty: skos:prefLabel | ||
|
||
|
||
AnnotationProperty: skos:scopeNote | ||
|
||
|
||
Datatype: rdf:langString | ||
|
||
|
||
Datatype: xsd:string | ||
|
||
|
||
Class: <https://w3id.org/dpv/ai/owl#AIBias> | ||
|
||
Annotations: | ||
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>, | ||
skos:definition "Bias associated with development, use, or other activities involving an AI technology or system"@en, | ||
skos:prefLabel "AI Bias"@en | ||
|
||
|
||
Class: <https://w3id.org/dpv/ai/owl#AlgorithmSelectionBias> | ||
|
||
Annotations: | ||
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>, | ||
skos:definition "Bias that occurs from the selection of machine learning algorithms built into the AI system which introduce unwanted bias in predictions made by the system because the type of algorithm used introduces a variation in the performance of the ML model"@en, | ||
skos:prefLabel "Algorithm Selection Bias"@en | ||
|
||
SubClassOf: | ||
<https://w3id.org/dpv/ai/owl#EngineeringDecisionBias> | ||
|
||
|
||
Class: <https://w3id.org/dpv/ai/owl#AutomationBias> | ||
|
||
Annotations: | ||
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>, | ||
skos:definition "Bias tha occurs due to propensity for humans to favour suggestions from automated decision-making systems and to ignore contradictory information made without automation, even if it is correct"@en, | ||
skos:prefLabel "Automation Bias"@en | ||
|
||
|
||
Class: <https://w3id.org/dpv/ai/owl#DataAggregationBias> | ||
|
||
Annotations: | ||
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>, | ||
skos:definition "Bias that occurs from aggregating data covering different groups of objects that might have different statistical distributions which introduce bias into the data used to train AI systems"@en, | ||
skos:prefLabel "Data Aggregation Bias"@en | ||
|
||
SubClassOf: | ||
<https://w3id.org/dpv/ai/owl#DataBias> | ||
|
||
|
||
Class: <https://w3id.org/dpv/ai/owl#DataBias> | ||
|
||
Annotations: | ||
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>, | ||
skos:definition "Bias that occurs due to unaddressed data properties that lead to AI systems that perform better or worse for different groups"@en, | ||
skos:prefLabel "Data Bias"@en | ||
|
||
SubClassOf: | ||
<https://w3id.org/dpv/ai/owl#AIBias> | ||
|
||
|
||
Class: <https://w3id.org/dpv/ai/owl#DataLabelsAndLabellingProcessBias> | ||
|
||
Annotations: | ||
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>, | ||
skos:definition "Bias that occurs due to the labelling process itself introducing societal or cognitive biases"@en, | ||
skos:prefLabel "Data Labels And Labelling Process Bias"@en | ||
|
||
SubClassOf: | ||
<https://w3id.org/dpv/ai/owl#DataBias> | ||
|
||
|
||
Class: <https://w3id.org/dpv/ai/owl#DistributedTrainingBias> | ||
|
||
Annotations: | ||
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>, | ||
skos:definition "Bias that occurs due to distributed machine having different sources of data that do not have the same distribution of feature space"@en, | ||
skos:prefLabel "Distributed Training Bias"@en | ||
|
||
SubClassOf: | ||
<https://w3id.org/dpv/ai/owl#DataBias> | ||
|
||
|
||
Class: <https://w3id.org/dpv/ai/owl#EngineeringDecisionBias> | ||
|
||
Annotations: | ||
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>, | ||
skos:definition "Bias that occurs due to machine learning model architectures - encompassing all model specifications, parameters and manually designed features"@en, | ||
skos:prefLabel "Engineering Decision Bias"@en, | ||
skos:scopeNote "Data bias and human cognitive bias can contribute to such bias"@en | ||
|
||
SubClassOf: | ||
<https://w3id.org/dpv/ai/owl#AIBias> | ||
|
||
|
||
Class: <https://w3id.org/dpv/ai/owl#FeatureEngineeringBias> | ||
|
||
Annotations: | ||
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>, | ||
skos:definition "Bias that occurs from steps such as encoding, data type conversion, dimensionality reduction and feature selection which are subject to choices made by the AI developer and introduce bias in the ML model"@en, | ||
skos:prefLabel "Feature Engineering Bias"@en | ||
|
||
SubClassOf: | ||
<https://w3id.org/dpv/ai/owl#EngineeringDecisionBias> | ||
|
||
|
||
Class: <https://w3id.org/dpv/ai/owl#HyperparameterTuningBias> | ||
|
||
Annotations: | ||
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>, | ||
skos:definition "Bias that occurs from hyperparameters defining how the model is structured and which cannot be directly trained from the data like model parameters, where hyperparameters affect the model functioning and accuracy of the model"@en, | ||
skos:prefLabel "Hyperparameter Tuning Bias"@en | ||
|
||
SubClassOf: | ||
<https://w3id.org/dpv/ai/owl#EngineeringDecisionBias> | ||
|
||
|
||
Class: <https://w3id.org/dpv/ai/owl#InformativenessBias> | ||
|
||
Annotations: | ||
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>, | ||
skos:definition "Bias that occurs or some groups, the mapping between inputs present in the data and outputs are more difficult to learn and where a model that only has one feature set available, can be biased against the group whose relationships are difficult to learn from available data"@en, | ||
skos:prefLabel "Informativeness Bias"@en, | ||
skos:scopeNote "This can happen when some features are highly informative about one group, while a different set of features is highly informative about another group. If this is the case, then a model that only has one feature set available, can be biased against the group whose relationships are difficult to learn from available data"@en | ||
|
||
SubClassOf: | ||
<https://w3id.org/dpv/ai/owl#EngineeringDecisionBias> | ||
|
||
|
||
Class: <https://w3id.org/dpv/ai/owl#MissingFeaturesAndLabelsBias> | ||
|
||
Annotations: | ||
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>, | ||
skos:definition "Bias that occurs when features are missing from individual training samples"@en, | ||
skos:prefLabel "Missing Features And Labels Bias"@en, | ||
skos:scopeNote "If the frequency of missing features is higher for one group than another then this presents another vector for bias"@en | ||
|
||
SubClassOf: | ||
<https://w3id.org/dpv/ai/owl#DataBias> | ||
|
||
|
||
Class: <https://w3id.org/dpv/ai/owl#ModelBias> | ||
|
||
Annotations: | ||
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>, | ||
skos:definition "Bias that occurs when ML uses functions like a maximum likelihood estimator to determine parameters, and there is data skew or under-representation present in the data, where the maximum likelihood estimation tends to amplify any underlying bias in the distribution"@en, | ||
skos:prefLabel "Model Bias"@en | ||
|
||
SubClassOf: | ||
<https://w3id.org/dpv/ai/owl#EngineeringDecisionBias> | ||
|
||
|
||
Class: <https://w3id.org/dpv/ai/owl#ModelExpressivenessBias> | ||
|
||
Annotations: | ||
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>, | ||
skos:definition "Bias that occurs from the number and nature of parameters in a model as well as the neural network topology which affect the expressiveness of the model and any feature that affects model expressiveness differently across groups"@en, | ||
skos:prefLabel "Model Expressiveness Bias"@en | ||
|
||
SubClassOf: | ||
<https://w3id.org/dpv/ai/owl#ModelInteractionBias> | ||
|
||
|
||
Class: <https://w3id.org/dpv/ai/owl#ModelInteractionBias> | ||
|
||
Annotations: | ||
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>, | ||
skos:definition "Bias that occurs from the structure of a model to create biased predictions"@en, | ||
skos:prefLabel "Model Interaction Bias"@en | ||
|
||
SubClassOf: | ||
<https://w3id.org/dpv/ai/owl#EngineeringDecisionBias> | ||
|
||
|
||
Class: <https://w3id.org/dpv/ai/owl#NonRepresentativeSamplingBias> | ||
|
||
Annotations: | ||
rdfs:isDefinedBy <https://w3id.org/dpv/ai/owl#>, | ||
skos:definition "Bias that occurs if a dataset is not representative of the intended deployment environment, where the model learns biases based on the ways in which the data is non-representative"@en, | ||
skos:prefLabel "Non-Representative Sampling Bias"@en | ||
|
||
SubClassOf: | ||
<https://w3id.org/dpv/ai/owl#DataBias> | ||
|
||
|
Oops, something went wrong.