Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some typos #64

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions core/Core.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">

<owl:Ontology rdf:about="https://spec.industrialontologies.org/ontology/core/Core/">
<rdfs:label xml:lang="en-US">Core Ontology</rdfs:label>
<rdfs:label xml:lang="en-US">IOF Core Ontology</rdfs:label>
<dcterms:abstract>The IOF Core Ontology contains notions found to be common across multiple manufacturing domains. This file is an RDF implementation of these notions. The ontology utilizes the Basic Formal Ontology or BFO as a top-level ontology but also borrows terms from various domain-independent or mid-level ontologies. The purpose of the ontology is to serve as a foundation for ensuring consistency and interoperability across various domain-specific reference ontologies the IOF publishes.</dcterms:abstract>
<dcterms:contributor xml:lang="en-US">Ana Teresa Correia, Institut fuer angewandte Systemtechnik Bremen GmbH (ATB-Bremen)</dcterms:contributor>
<dcterms:contributor xml:lang="en-US">Arkopaul Sarkar, Ecole Nationale d&apos;Ingénieurs de Tarbes (ENIT)</dcterms:contributor>
Expand Down Expand Up @@ -1922,7 +1922,7 @@ Services as products as well as software products will be considered in the next
∧ isMeasuredValueOfAtSomeTime(x,e))</iof-av:firstOrderLogicDefinition>
<iof-av:maturity rdf:resource="&iof-av;Provisional"/>
<iof-av:naturalLanguageDefinition xml:lang="en-US">value expression that contains the measured value of an attribute (specifically dependent continuant or process characteristic or temporal region)</iof-av:naturalLanguageDefinition>
<iof-av:semiFormalNaturalLanguageDefinition>every instance of &apos;measured value expression&apos; is defined exactly as an instance of &apos;information content entity&apos; that &apos;is measured value of at some time&apos; some &apos;process characteristic&apos; or &apos;temporal region&apos; or &apos;specifically dependent continuant&apos;</iof-av:semiFormalNaturalLanguageDefinition>
<iof-av:semiFormalNaturalLanguageDefinition>every instance of &apos;measured value expression&apos; is defined exactly as an instance of &apos;value expression&apos; that &apos;is measured value of at some time&apos; some &apos;process characteristic&apos; or &apos;temporal region&apos; or &apos;specifically dependent continuant&apos;</iof-av:semiFormalNaturalLanguageDefinition>
</owl:Class>

<owl:Class rdf:about="&iof-core;MeasurementCapability">
Expand Down Expand Up @@ -2334,7 +2334,7 @@ http://docs.opengeospatial.org/is/18-010r7/18-010r7.html#106</iof-av:explanatory
<iof-av:firstOrderLogicAxiom>ProcessCharacteristic(x) → Occurrent(x)</iof-av:firstOrderLogicAxiom>
<iof-av:isPrimitive rdf:datatype="&xsd;boolean">true</iof-av:isPrimitive>
<iof-av:naturalLanguageDefinition xml:lang="en-US">attribute of a process</iof-av:naturalLanguageDefinition>
<iof-av:primitiveRationale>This term is expected to remain primitive as it is highly unlikely that a a set of conditions will be created such that no circularity is introduced.</iof-av:primitiveRationale>
<iof-av:primitiveRationale>This term is expected to remain primitive as it is highly unlikely that a set of conditions will be created such that no circularity is introduced.</iof-av:primitiveRationale>
<iof-av:semiFormalNaturalLanguageAxiom>if x is a &apos;process characteristic&apos; then x is an &apos;occurrent&apos;</iof-av:semiFormalNaturalLanguageAxiom>
</owl:Class>

Expand Down
2 changes: 1 addition & 1 deletion core/meta/AnnotationVocabulary.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ HOWEVER: While acronyms and other abbreviations may be provided as annotations t
<rdfs:label xml:lang="en-US">symbol</rdfs:label>
<skos:definition xml:lang="en-US">abbreviation that is a design, mark, or charaters(s) used conventionally to represent something, such as currency, quantity, or variable in an expression</skos:definition>
<skos:example xml:lang="en-US">Chemical Symbols: H, O, Mg
Units of Measure: Km, Kg, G</skos:example>
Units of Measure: km, kg, g</skos:example>
<iof-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/</iof-av:adaptedFrom>
</owl:AnnotationProperty>

Expand Down