@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; owl:versionIRI ; owl:imports , ; ; "2022-02-15"^^xsd:date ; ; "Ontology to support the use of additive manufacturing for the production of parts in maintenance operations."@en ; ; "2022-02-21"^^xsd:date ; ; "This vocabulary is distributed under Creative Commons Attribution 4.0 License - http://creativecommons.org/licenses/by/4.0"@en ; "Maintancence Operations Ontology"@en ; "moo"@en ; "http://w3id.org/moo/ont/moo/" ; owl:versionInfo "0.0.1"@en ; """Version 0.0.1 is the first release of the core ontology constructed from the Agent, Event, and Designed Artifact System Patterns * Creation of Core Module * Creation of Units Module and alignment to QUDT"""@en ; "https://spdx.org/licenses/CC-BY-4.0"@en . ################################################################# # Annotation properties ################################################################# ### http://purl.org/vocab/vann/preferredNamespacePrefix rdf:type owl:AnnotationProperty . ### http://purl.org/vocab/vann/preferredNamespaceUri rdf:type owl:AnnotationProperty . ### https://schema.org/sdo/email rdf:type owl:AnnotationProperty . ### https://schema.org/sdo/license rdf:type owl:AnnotationProperty . ### https://schema.org/sdo/name rdf:type owl:AnnotationProperty . ### https://schema.org/sdo/url rdf:type owl:AnnotationProperty . ################################################################# # Classes ################################################################# ### https://schema.org/sdo/Organization rdf:type owl:Class . ### https://schema.org/sdo/Person rdf:type owl:Class . ################################################################# # Individuals ################################################################# ### http://wikidata.org/entity/Q108576266 rdf:type owl:NamedIndividual , ; "Center for Research Computing"@en ; "https://crc.nd.edu"^^xsd:anyURI . ### http://wikidata.org/entity/Q178848 rdf:type owl:NamedIndividual , ; "University of Notre Dame"@en ; "https://crc.nd.edu"^^xsd:anyURI . ### https://orcid.org/0000-0001-8214-7177 rdf:type owl:NamedIndividual , ; "csweet1@nd.edu"@en ; "Christopher Sweet"@en . ### https://orcid.org/0000-0003-4091-6059 rdf:type owl:NamedIndividual , ; "cvardema@nd.edu"^^xsd:anyURI ; "Charles F Vardeman II" . ### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/