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

Pss 5 add entities to model recipes bill of materials in process industry #93

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
39 changes: 39 additions & 0 deletions productservicesystems/AboutIOFDev.rdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF [
<!ENTITY dct "http://purl.org/dc/terms/">
<!ENTITY owl "http://www.w3.org/2002/07/owl#">
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
<!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
<!ENTITY iof-av "https://spec.industrialontologies.org/ontology/core/meta/AnnotationVocabulary/">
<!ENTITY dcterms "http://purl.org/dc/terms/">
]>
<rdf:RDF xml:base="https://spec.industrialontologies.org/ontology/productservicesystems/AboutIOFDev/"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:iof-av="https://spec.industrialontologies.org/ontology/core/meta/AnnotationVocabulary/"
xmlns:dcterms="http://purl.org/dc/terms/">

<owl:Ontology rdf:about="https://spec.industrialontologies.org/ontology/productservicesystems/AboutIOFDev/">
<rdfs:label xml:lang="en-US">About IOF Development</rdfs:label>
<dcterms:abstract>This ontology defines the scope of development maturity level IOF ontologies.</dcterms:abstract>
<dcterms:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dcterms:license>
<dcterms:title>Industrial Ontology Foundry (IOF) Ontology - Development</dcterms:title>
<iof-av:copyright>Copyright (c) 2022, 2023, Open Applications Group</iof-av:copyright>
<owl:versionIRI rdf:resource="https://spec.industrialontologies.org/ontology/202401/productservicesystems/AboutIOFDev/"/>
<iof-av:maturity rdf:resource="&iof-av;Provisional"/>

<!-- load from the cache -->
<owl:imports rdf:resource="https://spec.industrialontologies.org/iof/ontology/release/202401/cache/bfo/2020/bfo.rdf"/>

<!-- load from normative locations -->
<owl:imports rdf:resource="https://spec.industrialontologies.org/ontology/core/Core/"/>
<owl:imports rdf:resource="https://spec.industrialontologies.org/ontology/core/meta/AnnotationVocabulary/"/>
<owl:imports rdf:resource="https://spec.industrialontologies.org/ontology/productservicesystems/ProductServiceSystem/"/>
</owl:Ontology>
</rdf:RDF>
Loading