From 1842fa0e57c63e47b87215c071de198c8d606f8b Mon Sep 17 00:00:00 2001 From: Mark Jensen Date: Tue, 10 Sep 2024 22:28:35 -0400 Subject: [PATCH 01/30] Updating license adding rights annotation --- src/cco-modules/AgentOntology.ttl | 33 +++++++++++++++++-- src/cco-modules/ArtifactOntology.ttl | 33 +++++++++++++++++-- src/cco-modules/CurrencyUnitOntology.ttl | 31 ++++++++++++++++- src/cco-modules/EventOntology.ttl | 33 +++++++++++++++++-- src/cco-modules/ExtendedRelationOntology.ttl | 31 ++++++++++++++++- src/cco-modules/FacilityOntology.ttl | 33 +++++++++++++++++-- src/cco-modules/GeospatialOntology.ttl | 31 ++++++++++++++++- src/cco-modules/InformationEntityOntology.ttl | 31 ++++++++++++++++- src/cco-modules/QualityOntology.ttl | 31 ++++++++++++++++- src/cco-modules/TimeOntology.ttl | 31 ++++++++++++++++- src/cco-modules/UnitsOfMeasureOntology.ttl | 31 ++++++++++++++++- 11 files changed, 334 insertions(+), 15 deletions(-) diff --git a/src/cco-modules/AgentOntology.ttl b/src/cco-modules/AgentOntology.ttl index a8f1d7a4..9bfe3909 100644 --- a/src/cco-modules/AgentOntology.ttl +++ b/src/cco-modules/AgentOntology.ttl @@ -13,7 +13,8 @@ rdf:type owl:Ontology ; owl:versionIRI ; owl:imports ; - dcterms:license ; + dcterms:rights "CUBRC Inc., see full license."@en ; + dcterms:license "BSD 3-Clause: https://bit.ly/3z3pqaN "@en ; rdfs:comment "This ontology is designed to represent agents, especially persons and organizations, and their roles."@en ; rdfs:label "Agent Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -2259,4 +2260,32 @@ cco:Village rdf:type owl:Class ; rdfs:label "Village"@en . -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi \ No newline at end of file +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi +### BSD 3-Clause License +### +### Copyright (c) 2017, CUBRC, INC +### +### Redistribution and use in source and binary forms, with or without +### modification, are permitted provided that the following conditions are met: +### +### 1. Redistributions of source code must retain the above copyright notice, this +### list of conditions and the following disclaimer. +### +### 2. Redistributions in binary form must reproduce the above copyright notice, +### this list of conditions and the following disclaimer in the documentation +### and/or other materials provided with the distribution. +### +### 3. Neither the name of the copyright holder nor the names of its +### contributors may be used to endorse or promote products derived from +### this software without specific prior written permission. +### +### THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +### AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +### IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +### DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +### FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +### DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/src/cco-modules/ArtifactOntology.ttl b/src/cco-modules/ArtifactOntology.ttl index 0905682c..b574ac4a 100644 --- a/src/cco-modules/ArtifactOntology.ttl +++ b/src/cco-modules/ArtifactOntology.ttl @@ -11,7 +11,8 @@ rdf:type owl:Ontology ; owl:versionIRI ; owl:imports ; - ; + dcterms:rights "CUBRC Inc., see full license."@en ; + dcterms:license "BSD 3-Clause: https://bit.ly/3z3pqaN "@en ; rdfs:comment "This ontology is designed to represent artifacts that are common to multiple domains along with their models, specifications, and functions."@en ; rdfs:label "Artifact Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -5077,4 +5078,32 @@ cco:XRayTelescope rdf:type owl:Class ; rdfs:label "X-ray Telescope"@en . -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi \ No newline at end of file +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi +### BSD 3-Clause License +### +### Copyright (c) 2017, CUBRC, INC +### +### Redistribution and use in source and binary forms, with or without +### modification, are permitted provided that the following conditions are met: +### +### 1. Redistributions of source code must retain the above copyright notice, this +### list of conditions and the following disclaimer. +### +### 2. Redistributions in binary form must reproduce the above copyright notice, +### this list of conditions and the following disclaimer in the documentation +### and/or other materials provided with the distribution. +### +### 3. Neither the name of the copyright holder nor the names of its +### contributors may be used to endorse or promote products derived from +### this software without specific prior written permission. +### +### THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +### AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +### IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +### DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +### FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +### DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/src/cco-modules/CurrencyUnitOntology.ttl b/src/cco-modules/CurrencyUnitOntology.ttl index 3c4e41ee..d2ff7c85 100644 --- a/src/cco-modules/CurrencyUnitOntology.ttl +++ b/src/cco-modules/CurrencyUnitOntology.ttl @@ -11,7 +11,8 @@ rdf:type owl:Ontology ; owl:versionIRI ; owl:imports ; - ; + dcterms:rights "CUBRC Inc., see full license."@en ; + dcterms:license "BSD 3-Clause: https://bit.ly/3z3pqaN "@en ; rdfs:comment "This ontology is designed to represent currencies that are issued and used by countries."@en ; rdfs:label "Currency Unit Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -930,3 +931,31 @@ cco:ZambiaKwacha rdf:type owl:NamedIndividual , ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi +### BSD 3-Clause License +### +### Copyright (c) 2017, CUBRC, INC +### +### Redistribution and use in source and binary forms, with or without +### modification, are permitted provided that the following conditions are met: +### +### 1. Redistributions of source code must retain the above copyright notice, this +### list of conditions and the following disclaimer. +### +### 2. Redistributions in binary form must reproduce the above copyright notice, +### this list of conditions and the following disclaimer in the documentation +### and/or other materials provided with the distribution. +### +### 3. Neither the name of the copyright holder nor the names of its +### contributors may be used to endorse or promote products derived from +### this software without specific prior written permission. +### +### THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +### AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +### IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +### DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +### FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +### DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/src/cco-modules/EventOntology.ttl b/src/cco-modules/EventOntology.ttl index 15a82949..42a09065 100644 --- a/src/cco-modules/EventOntology.ttl +++ b/src/cco-modules/EventOntology.ttl @@ -11,7 +11,8 @@ rdf:type owl:Ontology ; owl:versionIRI ; owl:imports ; - ; + dcterms:rights "CUBRC Inc., see full license."@en ; + dcterms:license "BSD 3-Clause: https://bit.ly/3z3pqaN "@en ; rdfs:comment "This ontology is designed to represent processual entities, especially those performed by agents, that occur within multiple domains."@en ; rdfs:label "Event Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -3134,4 +3135,32 @@ cco:XrayFrequency rdf:type owl:Class ; rdfs:label "X-ray Frequency"@en . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi \ No newline at end of file +### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### BSD 3-Clause License +### +### Copyright (c) 2017, CUBRC, INC +### +### Redistribution and use in source and binary forms, with or without +### modification, are permitted provided that the following conditions are met: +### +### 1. Redistributions of source code must retain the above copyright notice, this +### list of conditions and the following disclaimer. +### +### 2. Redistributions in binary form must reproduce the above copyright notice, +### this list of conditions and the following disclaimer in the documentation +### and/or other materials provided with the distribution. +### +### 3. Neither the name of the copyright holder nor the names of its +### contributors may be used to endorse or promote products derived from +### this software without specific prior written permission. +### +### THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +### AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +### IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +### DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +### FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +### DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/src/cco-modules/ExtendedRelationOntology.ttl b/src/cco-modules/ExtendedRelationOntology.ttl index b676b7ad..a2d71945 100644 --- a/src/cco-modules/ExtendedRelationOntology.ttl +++ b/src/cco-modules/ExtendedRelationOntology.ttl @@ -13,7 +13,8 @@ rdf:type owl:Ontology ; owl:versionIRI ; owl:imports ; - dcterms:license ; + dcterms:rights "CUBRC Inc., see full license."@en ; + dcterms:license "BSD 3-Clause: https://bit.ly/3z3pqaN "@en ; rdfs:comment "This ontology is designed to represent many of the relations (i.e. object properties) that hold between entities at the level of the mid-level Common Core Ontologies."@en ; rdfs:label "Extended Relation Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -654,3 +655,31 @@ cco:role_of_aggregate rdf:type owl:ObjectProperty ; ### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi +### BSD 3-Clause License +### +### Copyright (c) 2017, CUBRC, INC +### +### Redistribution and use in source and binary forms, with or without +### modification, are permitted provided that the following conditions are met: +### +### 1. Redistributions of source code must retain the above copyright notice, this +### list of conditions and the following disclaimer. +### +### 2. Redistributions in binary form must reproduce the above copyright notice, +### this list of conditions and the following disclaimer in the documentation +### and/or other materials provided with the distribution. +### +### 3. Neither the name of the copyright holder nor the names of its +### contributors may be used to endorse or promote products derived from +### this software without specific prior written permission. +### +### THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +### AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +### IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +### DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +### FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +### DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/src/cco-modules/FacilityOntology.ttl b/src/cco-modules/FacilityOntology.ttl index e4dfaf58..ebe48bc0 100644 --- a/src/cco-modules/FacilityOntology.ttl +++ b/src/cco-modules/FacilityOntology.ttl @@ -11,7 +11,8 @@ rdf:type owl:Ontology ; owl:versionIRI ; owl:imports ; - ; + dcterms:rights "CUBRC Inc., see full license."@en ; + dcterms:license "BSD 3-Clause: https://bit.ly/3z3pqaN "@en ; rdfs:comment "This ontology is designed to represent buildings and campuses that are designed to serve some specific purpose and which are common to multiple domains."@en ; rdfs:label "Facility Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -842,4 +843,32 @@ cco:WindFarm rdf:type owl:Class ; rdfs:label "Wind Farm"@en . -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi \ No newline at end of file +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi +### BSD 3-Clause License +### +### Copyright (c) 2017, CUBRC, INC +### +### Redistribution and use in source and binary forms, with or without +### modification, are permitted provided that the following conditions are met: +### +### 1. Redistributions of source code must retain the above copyright notice, this +### list of conditions and the following disclaimer. +### +### 2. Redistributions in binary form must reproduce the above copyright notice, +### this list of conditions and the following disclaimer in the documentation +### and/or other materials provided with the distribution. +### +### 3. Neither the name of the copyright holder nor the names of its +### contributors may be used to endorse or promote products derived from +### this software without specific prior written permission. +### +### THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +### AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +### IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +### DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +### FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +### DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/src/cco-modules/GeospatialOntology.ttl b/src/cco-modules/GeospatialOntology.ttl index fb1e403e..f6ac1aa5 100644 --- a/src/cco-modules/GeospatialOntology.ttl +++ b/src/cco-modules/GeospatialOntology.ttl @@ -13,7 +13,8 @@ rdf:type owl:Ontology ; owl:versionIRI ; owl:imports ; - dcterms:license ; + dcterms:rights "CUBRC Inc., see full license."@en ; + dcterms:license "BSD 3-Clause: https://bit.ly/3z3pqaN "@en ; rdfs:comment "This ontology is designed to represent sites, spatial regions, and other entities, especially those that are located near the surface of Earth, as well as the relations that hold between them."@en ; rdfs:label "Geospatial Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -661,3 +662,31 @@ cco:zAxis rdf:type owl:Class ; ### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi +### BSD 3-Clause License +### +### Copyright (c) 2017, CUBRC, INC +### +### Redistribution and use in source and binary forms, with or without +### modification, are permitted provided that the following conditions are met: +### +### 1. Redistributions of source code must retain the above copyright notice, this +### list of conditions and the following disclaimer. +### +### 2. Redistributions in binary form must reproduce the above copyright notice, +### this list of conditions and the following disclaimer in the documentation +### and/or other materials provided with the distribution. +### +### 3. Neither the name of the copyright holder nor the names of its +### contributors may be used to endorse or promote products derived from +### this software without specific prior written permission. +### +### THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +### AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +### IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +### DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +### FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +### DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/src/cco-modules/InformationEntityOntology.ttl b/src/cco-modules/InformationEntityOntology.ttl index 19e61787..0707e247 100644 --- a/src/cco-modules/InformationEntityOntology.ttl +++ b/src/cco-modules/InformationEntityOntology.ttl @@ -12,7 +12,8 @@ owl:versionIRI ; owl:imports , ; - ; + dcterms:rights "CUBRC Inc., see full license."@en ; + dcterms:license "BSD 3-Clause: https://bit.ly/3z3pqaN "@en ; rdfs:comment "This ontology is designed to represent generic types of information as well as the relationships between information and other entities."@en ; rdfs:label "Information Entity Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -2223,3 +2224,31 @@ cco:ZuluTimeZone rdf:type owl:NamedIndividual , ### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi +### BSD 3-Clause License +### +### Copyright (c) 2017, CUBRC, INC +### +### Redistribution and use in source and binary forms, with or without +### modification, are permitted provided that the following conditions are met: +### +### 1. Redistributions of source code must retain the above copyright notice, this +### list of conditions and the following disclaimer. +### +### 2. Redistributions in binary form must reproduce the above copyright notice, +### this list of conditions and the following disclaimer in the documentation +### and/or other materials provided with the distribution. +### +### 3. Neither the name of the copyright holder nor the names of its +### contributors may be used to endorse or promote products derived from +### this software without specific prior written permission. +### +### THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +### AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +### IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +### DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +### FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +### DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/src/cco-modules/QualityOntology.ttl b/src/cco-modules/QualityOntology.ttl index 06725872..a750efc5 100644 --- a/src/cco-modules/QualityOntology.ttl +++ b/src/cco-modules/QualityOntology.ttl @@ -13,7 +13,8 @@ rdf:type owl:Ontology ; owl:versionIRI ; owl:imports ; - dcterms:license ; + dcterms:rights "CUBRC Inc., see full license."@en ; + dcterms:license "BSD 3-Clause: https://bit.ly/3z3pqaN "@en ; rdfs:comment "This ontology is designed to represent a range of attributes of entities especially qualities, realizable entities, and process profiles."@en ; rdfs:label "Quality Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -966,3 +967,31 @@ cco:Yellow rdf:type owl:Class ; ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi +### BSD 3-Clause License +### +### Copyright (c) 2017, CUBRC, INC +### +### Redistribution and use in source and binary forms, with or without +### modification, are permitted provided that the following conditions are met: +### +### 1. Redistributions of source code must retain the above copyright notice, this +### list of conditions and the following disclaimer. +### +### 2. Redistributions in binary form must reproduce the above copyright notice, +### this list of conditions and the following disclaimer in the documentation +### and/or other materials provided with the distribution. +### +### 3. Neither the name of the copyright holder nor the names of its +### contributors may be used to endorse or promote products derived from +### this software without specific prior written permission. +### +### THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +### AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +### IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +### DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +### FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +### DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/src/cco-modules/TimeOntology.ttl b/src/cco-modules/TimeOntology.ttl index e146bd65..4d75fa45 100644 --- a/src/cco-modules/TimeOntology.ttl +++ b/src/cco-modules/TimeOntology.ttl @@ -11,7 +11,8 @@ rdf:type owl:Ontology ; owl:versionIRI ; owl:imports ; - ; + dcterms:rights "CUBRC Inc., see full license."@en ; + dcterms:license "BSD 3-Clause: https://bit.ly/3z3pqaN "@en ; rdfs:comment "This ontology is designed to represent temporal regions and the relations that hold between them."@en ; rdfs:label "Time Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -600,3 +601,31 @@ cco:Year rdf:type owl:Class ; ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi +### BSD 3-Clause License +### +### Copyright (c) 2017, CUBRC, INC +### +### Redistribution and use in source and binary forms, with or without +### modification, are permitted provided that the following conditions are met: +### +### 1. Redistributions of source code must retain the above copyright notice, this +### list of conditions and the following disclaimer. +### +### 2. Redistributions in binary form must reproduce the above copyright notice, +### this list of conditions and the following disclaimer in the documentation +### and/or other materials provided with the distribution. +### +### 3. Neither the name of the copyright holder nor the names of its +### contributors may be used to endorse or promote products derived from +### this software without specific prior written permission. +### +### THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +### AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +### IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +### DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +### FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +### DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/src/cco-modules/UnitsOfMeasureOntology.ttl b/src/cco-modules/UnitsOfMeasureOntology.ttl index 84b53230..8d8e9c19 100644 --- a/src/cco-modules/UnitsOfMeasureOntology.ttl +++ b/src/cco-modules/UnitsOfMeasureOntology.ttl @@ -12,7 +12,8 @@ rdf:type owl:Ontology ; owl:versionIRI ; owl:imports ; - ; + dcterms:rights "CUBRC Inc., see full license."@en ; + dcterms:license "BSD 3-Clause: https://bit.ly/3z3pqaN "@en ; rdfs:comment "This ontology is designed to represent standard measurement units that are used when measuring various attributes of entities."@en ; rdfs:label "Units of Measure Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -1502,3 +1503,31 @@ cco:YearMeasurementUnit rdf:type owl:NamedIndividual , ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi +### BSD 3-Clause License +### +### Copyright (c) 2017, CUBRC, INC +### +### Redistribution and use in source and binary forms, with or without +### modification, are permitted provided that the following conditions are met: +### +### 1. Redistributions of source code must retain the above copyright notice, this +### list of conditions and the following disclaimer. +### +### 2. Redistributions in binary form must reproduce the above copyright notice, +### this list of conditions and the following disclaimer in the documentation +### and/or other materials provided with the distribution. +### +### 3. Neither the name of the copyright holder nor the names of its +### contributors may be used to endorse or promote products derived from +### this software without specific prior written permission. +### +### THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +### AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +### IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +### DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +### FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +### DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file From 1e2715f22c3786258c0ff4a5da162c93d6f1b12c Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:48:23 -0400 Subject: [PATCH 02/30] Update license link in ArtifactOntology.ttl --- src/cco-modules/ArtifactOntology.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cco-modules/ArtifactOntology.ttl b/src/cco-modules/ArtifactOntology.ttl index b574ac4a..7a02a538 100644 --- a/src/cco-modules/ArtifactOntology.ttl +++ b/src/cco-modules/ArtifactOntology.ttl @@ -12,7 +12,7 @@ owl:versionIRI ; owl:imports ; dcterms:rights "CUBRC Inc., see full license."@en ; - dcterms:license "BSD 3-Clause: https://bit.ly/3z3pqaN "@en ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE "@en ; rdfs:comment "This ontology is designed to represent artifacts that are common to multiple domains along with their models, specifications, and functions."@en ; rdfs:label "Artifact Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -5106,4 +5106,4 @@ cco:XRayTelescope rdf:type owl:Class ; ### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER ### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, ### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From 86311850045208c5a081d2878cd564a9254c0d51 Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:48:57 -0400 Subject: [PATCH 03/30] Update license link in AgentOntology.ttl --- src/cco-modules/AgentOntology.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cco-modules/AgentOntology.ttl b/src/cco-modules/AgentOntology.ttl index 9bfe3909..b4105f5e 100644 --- a/src/cco-modules/AgentOntology.ttl +++ b/src/cco-modules/AgentOntology.ttl @@ -14,7 +14,7 @@ owl:versionIRI ; owl:imports ; dcterms:rights "CUBRC Inc., see full license."@en ; - dcterms:license "BSD 3-Clause: https://bit.ly/3z3pqaN "@en ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE "@en ; rdfs:comment "This ontology is designed to represent agents, especially persons and organizations, and their roles."@en ; rdfs:label "Agent Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -2288,4 +2288,4 @@ cco:Village rdf:type owl:Class ; ### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER ### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, ### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From 62366b477afdc5e99cf4677b02655545f7a5cfc1 Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:49:21 -0400 Subject: [PATCH 04/30] Update license link in CurrencyUnitOntology.ttl --- src/cco-modules/CurrencyUnitOntology.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cco-modules/CurrencyUnitOntology.ttl b/src/cco-modules/CurrencyUnitOntology.ttl index d2ff7c85..d038f1a6 100644 --- a/src/cco-modules/CurrencyUnitOntology.ttl +++ b/src/cco-modules/CurrencyUnitOntology.ttl @@ -12,7 +12,7 @@ owl:versionIRI ; owl:imports ; dcterms:rights "CUBRC Inc., see full license."@en ; - dcterms:license "BSD 3-Clause: https://bit.ly/3z3pqaN "@en ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE "@en ; rdfs:comment "This ontology is designed to represent currencies that are issued and used by countries."@en ; rdfs:label "Currency Unit Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -958,4 +958,4 @@ cco:ZambiaKwacha rdf:type owl:NamedIndividual , ### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER ### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, ### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From 7625ee911380666ce4ca6659ab7e24aa75569152 Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:49:48 -0400 Subject: [PATCH 05/30] Update license link in EventOntology.ttl --- src/cco-modules/EventOntology.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cco-modules/EventOntology.ttl b/src/cco-modules/EventOntology.ttl index 42a09065..029c42ca 100644 --- a/src/cco-modules/EventOntology.ttl +++ b/src/cco-modules/EventOntology.ttl @@ -12,7 +12,7 @@ owl:versionIRI ; owl:imports ; dcterms:rights "CUBRC Inc., see full license."@en ; - dcterms:license "BSD 3-Clause: https://bit.ly/3z3pqaN "@en ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE "@en ; rdfs:comment "This ontology is designed to represent processual entities, especially those performed by agents, that occur within multiple domains."@en ; rdfs:label "Event Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -3163,4 +3163,4 @@ cco:XrayFrequency rdf:type owl:Class ; ### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER ### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, ### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From a690d558c2a75c9040225a5c2663db9e86e70402 Mon Sep 17 00:00:00 2001 From: oliviahobai <119642653+oliviahobai@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:49:56 -0400 Subject: [PATCH 06/30] Update License in UnitsOfMeasureOntology.ttl --- src/cco-modules/UnitsOfMeasureOntology.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cco-modules/UnitsOfMeasureOntology.ttl b/src/cco-modules/UnitsOfMeasureOntology.ttl index 8d8e9c19..3779a953 100644 --- a/src/cco-modules/UnitsOfMeasureOntology.ttl +++ b/src/cco-modules/UnitsOfMeasureOntology.ttl @@ -13,7 +13,7 @@ owl:versionIRI ; owl:imports ; dcterms:rights "CUBRC Inc., see full license."@en ; - dcterms:license "BSD 3-Clause: https://bit.ly/3z3pqaN "@en ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/develop/LICENSE "@en ; rdfs:comment "This ontology is designed to represent standard measurement units that are used when measuring various attributes of entities."@en ; rdfs:label "Units of Measure Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -1530,4 +1530,4 @@ cco:YearMeasurementUnit rdf:type owl:NamedIndividual , ### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER ### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, ### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From a65bed8e1bac8f2e0ef53906debf2e7c33bc62da Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:50:23 -0400 Subject: [PATCH 07/30] Update license link in ExtendedRelationOntology.ttl --- src/cco-modules/ExtendedRelationOntology.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cco-modules/ExtendedRelationOntology.ttl b/src/cco-modules/ExtendedRelationOntology.ttl index a2d71945..787da374 100644 --- a/src/cco-modules/ExtendedRelationOntology.ttl +++ b/src/cco-modules/ExtendedRelationOntology.ttl @@ -14,7 +14,7 @@ owl:versionIRI ; owl:imports ; dcterms:rights "CUBRC Inc., see full license."@en ; - dcterms:license "BSD 3-Clause: https://bit.ly/3z3pqaN "@en ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE "@en ; rdfs:comment "This ontology is designed to represent many of the relations (i.e. object properties) that hold between entities at the level of the mid-level Common Core Ontologies."@en ; rdfs:label "Extended Relation Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -682,4 +682,4 @@ cco:role_of_aggregate rdf:type owl:ObjectProperty ; ### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER ### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, ### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From 9e7f951a3b35eb86a4d8888b78f5236761c10422 Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:51:00 -0400 Subject: [PATCH 08/30] Update license link in FacilityOntology.ttl --- src/cco-modules/FacilityOntology.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cco-modules/FacilityOntology.ttl b/src/cco-modules/FacilityOntology.ttl index ebe48bc0..565906f9 100644 --- a/src/cco-modules/FacilityOntology.ttl +++ b/src/cco-modules/FacilityOntology.ttl @@ -12,7 +12,7 @@ owl:versionIRI ; owl:imports ; dcterms:rights "CUBRC Inc., see full license."@en ; - dcterms:license "BSD 3-Clause: https://bit.ly/3z3pqaN "@en ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE "@en ; rdfs:comment "This ontology is designed to represent buildings and campuses that are designed to serve some specific purpose and which are common to multiple domains."@en ; rdfs:label "Facility Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -871,4 +871,4 @@ cco:WindFarm rdf:type owl:Class ; ### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER ### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, ### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From 08bdadba6b035e3f6ab53ef22451597ea8a4be78 Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:51:45 -0400 Subject: [PATCH 09/30] Update license link in GeospatialOntology.ttl --- src/cco-modules/GeospatialOntology.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cco-modules/GeospatialOntology.ttl b/src/cco-modules/GeospatialOntology.ttl index f6ac1aa5..0ba0a354 100644 --- a/src/cco-modules/GeospatialOntology.ttl +++ b/src/cco-modules/GeospatialOntology.ttl @@ -14,7 +14,7 @@ owl:versionIRI ; owl:imports ; dcterms:rights "CUBRC Inc., see full license."@en ; - dcterms:license "BSD 3-Clause: https://bit.ly/3z3pqaN "@en ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE "@en ; rdfs:comment "This ontology is designed to represent sites, spatial regions, and other entities, especially those that are located near the surface of Earth, as well as the relations that hold between them."@en ; rdfs:label "Geospatial Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -689,4 +689,4 @@ cco:zAxis rdf:type owl:Class ; ### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER ### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, ### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From 58c27d92d4a646acb7e4958616b337cbcb61dffc Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:52:31 -0400 Subject: [PATCH 10/30] Update license link in InformationEntityOntology.ttl --- src/cco-modules/InformationEntityOntology.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cco-modules/InformationEntityOntology.ttl b/src/cco-modules/InformationEntityOntology.ttl index 0707e247..d6a58936 100644 --- a/src/cco-modules/InformationEntityOntology.ttl +++ b/src/cco-modules/InformationEntityOntology.ttl @@ -13,7 +13,7 @@ owl:imports , ; dcterms:rights "CUBRC Inc., see full license."@en ; - dcterms:license "BSD 3-Clause: https://bit.ly/3z3pqaN "@en ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE "@en ; rdfs:comment "This ontology is designed to represent generic types of information as well as the relationships between information and other entities."@en ; rdfs:label "Information Entity Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -2251,4 +2251,4 @@ cco:ZuluTimeZone rdf:type owl:NamedIndividual , ### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER ### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, ### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From a64bbec164587de1a68e3e1b5fe3e496fa38d2d5 Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:53:45 -0400 Subject: [PATCH 11/30] Update license link in QualityOntology.ttl --- src/cco-modules/QualityOntology.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cco-modules/QualityOntology.ttl b/src/cco-modules/QualityOntology.ttl index a750efc5..488138ad 100644 --- a/src/cco-modules/QualityOntology.ttl +++ b/src/cco-modules/QualityOntology.ttl @@ -14,7 +14,7 @@ owl:versionIRI ; owl:imports ; dcterms:rights "CUBRC Inc., see full license."@en ; - dcterms:license "BSD 3-Clause: https://bit.ly/3z3pqaN "@en ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE "@en ; rdfs:comment "This ontology is designed to represent a range of attributes of entities especially qualities, realizable entities, and process profiles."@en ; rdfs:label "Quality Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -994,4 +994,4 @@ cco:Yellow rdf:type owl:Class ; ### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER ### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, ### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From b34b886757456c06ea715b942cdb44910db4d94a Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:54:13 -0400 Subject: [PATCH 12/30] Update license link in TimeOntology.ttl --- src/cco-modules/TimeOntology.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cco-modules/TimeOntology.ttl b/src/cco-modules/TimeOntology.ttl index 4d75fa45..cd0a7985 100644 --- a/src/cco-modules/TimeOntology.ttl +++ b/src/cco-modules/TimeOntology.ttl @@ -12,7 +12,7 @@ owl:versionIRI ; owl:imports ; dcterms:rights "CUBRC Inc., see full license."@en ; - dcterms:license "BSD 3-Clause: https://bit.ly/3z3pqaN "@en ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE "@en ; rdfs:comment "This ontology is designed to represent temporal regions and the relations that hold between them."@en ; rdfs:label "Time Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -628,4 +628,4 @@ cco:Year rdf:type owl:Class ; ### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER ### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, ### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From 0bc8ba67f4a37a97ab322fbaf4c099e8feff4a8e Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:54:47 -0400 Subject: [PATCH 13/30] Update license link in UnitsOfMeasureOntology.ttl --- src/cco-modules/UnitsOfMeasureOntology.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cco-modules/UnitsOfMeasureOntology.ttl b/src/cco-modules/UnitsOfMeasureOntology.ttl index 3779a953..42a698f2 100644 --- a/src/cco-modules/UnitsOfMeasureOntology.ttl +++ b/src/cco-modules/UnitsOfMeasureOntology.ttl @@ -13,7 +13,7 @@ owl:versionIRI ; owl:imports ; dcterms:rights "CUBRC Inc., see full license."@en ; - dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/develop/LICENSE "@en ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE "@en ; rdfs:comment "This ontology is designed to represent standard measurement units that are used when measuring various attributes of entities."@en ; rdfs:label "Units of Measure Ontology"@en ; owl:versionInfo "Version 1.5"@en . From 4efbc981acd48812793f8d64c2f59633ff22ed8b Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:05:58 -0400 Subject: [PATCH 14/30] Removed extra space in license annotation in AgentOntology.ttl --- src/cco-modules/AgentOntology.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cco-modules/AgentOntology.ttl b/src/cco-modules/AgentOntology.ttl index b4105f5e..003fcb80 100644 --- a/src/cco-modules/AgentOntology.ttl +++ b/src/cco-modules/AgentOntology.ttl @@ -14,7 +14,7 @@ owl:versionIRI ; owl:imports ; dcterms:rights "CUBRC Inc., see full license."@en ; - dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE "@en ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; rdfs:comment "This ontology is designed to represent agents, especially persons and organizations, and their roles."@en ; rdfs:label "Agent Ontology"@en ; owl:versionInfo "Version 1.5"@en . From 0a0578b9436bdfff104195f7e935631c1350b679 Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:06:15 -0400 Subject: [PATCH 15/30] Removed extra space in license annotation in ArtifactOntology.ttl --- src/cco-modules/ArtifactOntology.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cco-modules/ArtifactOntology.ttl b/src/cco-modules/ArtifactOntology.ttl index 7a02a538..5b07882a 100644 --- a/src/cco-modules/ArtifactOntology.ttl +++ b/src/cco-modules/ArtifactOntology.ttl @@ -12,7 +12,7 @@ owl:versionIRI ; owl:imports ; dcterms:rights "CUBRC Inc., see full license."@en ; - dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE "@en ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; rdfs:comment "This ontology is designed to represent artifacts that are common to multiple domains along with their models, specifications, and functions."@en ; rdfs:label "Artifact Ontology"@en ; owl:versionInfo "Version 1.5"@en . From abbe22105ff84763c599e8da7bf0d3c609a87050 Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:06:33 -0400 Subject: [PATCH 16/30] Removed extra space in license annotation in CurrencyUnitOntology.ttl --- src/cco-modules/CurrencyUnitOntology.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cco-modules/CurrencyUnitOntology.ttl b/src/cco-modules/CurrencyUnitOntology.ttl index d038f1a6..50ad819f 100644 --- a/src/cco-modules/CurrencyUnitOntology.ttl +++ b/src/cco-modules/CurrencyUnitOntology.ttl @@ -12,7 +12,7 @@ owl:versionIRI ; owl:imports ; dcterms:rights "CUBRC Inc., see full license."@en ; - dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE "@en ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; rdfs:comment "This ontology is designed to represent currencies that are issued and used by countries."@en ; rdfs:label "Currency Unit Ontology"@en ; owl:versionInfo "Version 1.5"@en . From 645c5a259a914746e53e1a418ce64dc7203fcf1d Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:06:51 -0400 Subject: [PATCH 17/30] Removed extra space in license annotation in EventOntology.ttl --- src/cco-modules/EventOntology.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cco-modules/EventOntology.ttl b/src/cco-modules/EventOntology.ttl index 029c42ca..90f39cbb 100644 --- a/src/cco-modules/EventOntology.ttl +++ b/src/cco-modules/EventOntology.ttl @@ -12,7 +12,7 @@ owl:versionIRI ; owl:imports ; dcterms:rights "CUBRC Inc., see full license."@en ; - dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE "@en ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; rdfs:comment "This ontology is designed to represent processual entities, especially those performed by agents, that occur within multiple domains."@en ; rdfs:label "Event Ontology"@en ; owl:versionInfo "Version 1.5"@en . From b3f9d88e2f611c608d87f2d5cc4376e5f72af478 Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:07:09 -0400 Subject: [PATCH 18/30] Removed extra space in license annotation in ExtendedRelationOntology.ttl --- src/cco-modules/ExtendedRelationOntology.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cco-modules/ExtendedRelationOntology.ttl b/src/cco-modules/ExtendedRelationOntology.ttl index 787da374..4553cffa 100644 --- a/src/cco-modules/ExtendedRelationOntology.ttl +++ b/src/cco-modules/ExtendedRelationOntology.ttl @@ -14,7 +14,7 @@ owl:versionIRI ; owl:imports ; dcterms:rights "CUBRC Inc., see full license."@en ; - dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE "@en ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; rdfs:comment "This ontology is designed to represent many of the relations (i.e. object properties) that hold between entities at the level of the mid-level Common Core Ontologies."@en ; rdfs:label "Extended Relation Ontology"@en ; owl:versionInfo "Version 1.5"@en . From a7514a6abb50d6919b2342664fe7bef280eb56c1 Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:07:26 -0400 Subject: [PATCH 19/30] Removed extra space in license annotation in FacilityOntology.ttl --- src/cco-modules/FacilityOntology.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cco-modules/FacilityOntology.ttl b/src/cco-modules/FacilityOntology.ttl index 565906f9..6a5eb4ef 100644 --- a/src/cco-modules/FacilityOntology.ttl +++ b/src/cco-modules/FacilityOntology.ttl @@ -12,7 +12,7 @@ owl:versionIRI ; owl:imports ; dcterms:rights "CUBRC Inc., see full license."@en ; - dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE "@en ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; rdfs:comment "This ontology is designed to represent buildings and campuses that are designed to serve some specific purpose and which are common to multiple domains."@en ; rdfs:label "Facility Ontology"@en ; owl:versionInfo "Version 1.5"@en . From 210b6a83dbb7e35fac7d23540231d943871880bf Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:08:45 -0400 Subject: [PATCH 20/30] Removed pasted in license block at end of file and extra space in license annotation in GeospatialOntology.ttl --- src/cco-modules/GeospatialOntology.ttl | 30 +------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/src/cco-modules/GeospatialOntology.ttl b/src/cco-modules/GeospatialOntology.ttl index 0ba0a354..0ed91c83 100644 --- a/src/cco-modules/GeospatialOntology.ttl +++ b/src/cco-modules/GeospatialOntology.ttl @@ -14,7 +14,7 @@ owl:versionIRI ; owl:imports ; dcterms:rights "CUBRC Inc., see full license."@en ; - dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE "@en ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; rdfs:comment "This ontology is designed to represent sites, spatial regions, and other entities, especially those that are located near the surface of Earth, as well as the relations that hold between them."@en ; rdfs:label "Geospatial Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -662,31 +662,3 @@ cco:zAxis rdf:type owl:Class ; ### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi -### BSD 3-Clause License -### -### Copyright (c) 2017, CUBRC, INC -### -### Redistribution and use in source and binary forms, with or without -### modification, are permitted provided that the following conditions are met: -### -### 1. Redistributions of source code must retain the above copyright notice, this -### list of conditions and the following disclaimer. -### -### 2. Redistributions in binary form must reproduce the above copyright notice, -### this list of conditions and the following disclaimer in the documentation -### and/or other materials provided with the distribution. -### -### 3. Neither the name of the copyright holder nor the names of its -### contributors may be used to endorse or promote products derived from -### this software without specific prior written permission. -### -### THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -### AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -### IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -### DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -### FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -### DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From 16d83acc4f4dacd8db058ce1afce3a5287cbc373 Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:09:18 -0400 Subject: [PATCH 21/30] Removed pasted in license block at end of file and extra space in license annotation in InformationEntityOntology.ttl --- src/cco-modules/InformationEntityOntology.ttl | 30 +------------------ 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/src/cco-modules/InformationEntityOntology.ttl b/src/cco-modules/InformationEntityOntology.ttl index d6a58936..05e84422 100644 --- a/src/cco-modules/InformationEntityOntology.ttl +++ b/src/cco-modules/InformationEntityOntology.ttl @@ -13,7 +13,7 @@ owl:imports , ; dcterms:rights "CUBRC Inc., see full license."@en ; - dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE "@en ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; rdfs:comment "This ontology is designed to represent generic types of information as well as the relationships between information and other entities."@en ; rdfs:label "Information Entity Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -2224,31 +2224,3 @@ cco:ZuluTimeZone rdf:type owl:NamedIndividual , ### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi -### BSD 3-Clause License -### -### Copyright (c) 2017, CUBRC, INC -### -### Redistribution and use in source and binary forms, with or without -### modification, are permitted provided that the following conditions are met: -### -### 1. Redistributions of source code must retain the above copyright notice, this -### list of conditions and the following disclaimer. -### -### 2. Redistributions in binary form must reproduce the above copyright notice, -### this list of conditions and the following disclaimer in the documentation -### and/or other materials provided with the distribution. -### -### 3. Neither the name of the copyright holder nor the names of its -### contributors may be used to endorse or promote products derived from -### this software without specific prior written permission. -### -### THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -### AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -### IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -### DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -### FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -### DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From 36b70ec6675e6a93fe2cc232101b0d015605584b Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:09:45 -0400 Subject: [PATCH 22/30] Removed pasted in license block at end of file and extra space in license annotation in QualityOntology.ttl --- src/cco-modules/QualityOntology.ttl | 30 +---------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/src/cco-modules/QualityOntology.ttl b/src/cco-modules/QualityOntology.ttl index 488138ad..3d961f0a 100644 --- a/src/cco-modules/QualityOntology.ttl +++ b/src/cco-modules/QualityOntology.ttl @@ -14,7 +14,7 @@ owl:versionIRI ; owl:imports ; dcterms:rights "CUBRC Inc., see full license."@en ; - dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE "@en ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; rdfs:comment "This ontology is designed to represent a range of attributes of entities especially qualities, realizable entities, and process profiles."@en ; rdfs:label "Quality Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -967,31 +967,3 @@ cco:Yellow rdf:type owl:Class ; ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -### BSD 3-Clause License -### -### Copyright (c) 2017, CUBRC, INC -### -### Redistribution and use in source and binary forms, with or without -### modification, are permitted provided that the following conditions are met: -### -### 1. Redistributions of source code must retain the above copyright notice, this -### list of conditions and the following disclaimer. -### -### 2. Redistributions in binary form must reproduce the above copyright notice, -### this list of conditions and the following disclaimer in the documentation -### and/or other materials provided with the distribution. -### -### 3. Neither the name of the copyright holder nor the names of its -### contributors may be used to endorse or promote products derived from -### this software without specific prior written permission. -### -### THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -### AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -### IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -### DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -### FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -### DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From 6d241ca2661710c19ab9de5cde906b84a0e9de0b Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:10:14 -0400 Subject: [PATCH 23/30] Removed pasted in license block at end of file and extra space in license annotation in TimeOntology.ttl --- src/cco-modules/TimeOntology.ttl | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/src/cco-modules/TimeOntology.ttl b/src/cco-modules/TimeOntology.ttl index cd0a7985..b967aea1 100644 --- a/src/cco-modules/TimeOntology.ttl +++ b/src/cco-modules/TimeOntology.ttl @@ -12,7 +12,7 @@ owl:versionIRI ; owl:imports ; dcterms:rights "CUBRC Inc., see full license."@en ; - dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE "@en ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; rdfs:comment "This ontology is designed to represent temporal regions and the relations that hold between them."@en ; rdfs:label "Time Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -601,31 +601,3 @@ cco:Year rdf:type owl:Class ; ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -### BSD 3-Clause License -### -### Copyright (c) 2017, CUBRC, INC -### -### Redistribution and use in source and binary forms, with or without -### modification, are permitted provided that the following conditions are met: -### -### 1. Redistributions of source code must retain the above copyright notice, this -### list of conditions and the following disclaimer. -### -### 2. Redistributions in binary form must reproduce the above copyright notice, -### this list of conditions and the following disclaimer in the documentation -### and/or other materials provided with the distribution. -### -### 3. Neither the name of the copyright holder nor the names of its -### contributors may be used to endorse or promote products derived from -### this software without specific prior written permission. -### -### THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -### AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -### IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -### DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -### FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -### DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From b65da180acc2d4a881368d54f75d83bc0b280f0e Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:10:50 -0400 Subject: [PATCH 24/30] Removed pasted in license block at end of file and extra space in license annotation in UnitsOfMeasureOntology.ttl --- src/cco-modules/UnitsOfMeasureOntology.ttl | 30 +--------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/src/cco-modules/UnitsOfMeasureOntology.ttl b/src/cco-modules/UnitsOfMeasureOntology.ttl index 42a698f2..6f7797dc 100644 --- a/src/cco-modules/UnitsOfMeasureOntology.ttl +++ b/src/cco-modules/UnitsOfMeasureOntology.ttl @@ -13,7 +13,7 @@ owl:versionIRI ; owl:imports ; dcterms:rights "CUBRC Inc., see full license."@en ; - dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE "@en ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; rdfs:comment "This ontology is designed to represent standard measurement units that are used when measuring various attributes of entities."@en ; rdfs:label "Units of Measure Ontology"@en ; owl:versionInfo "Version 1.5"@en . @@ -1503,31 +1503,3 @@ cco:YearMeasurementUnit rdf:type owl:NamedIndividual , ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -### BSD 3-Clause License -### -### Copyright (c) 2017, CUBRC, INC -### -### Redistribution and use in source and binary forms, with or without -### modification, are permitted provided that the following conditions are met: -### -### 1. Redistributions of source code must retain the above copyright notice, this -### list of conditions and the following disclaimer. -### -### 2. Redistributions in binary form must reproduce the above copyright notice, -### this list of conditions and the following disclaimer in the documentation -### and/or other materials provided with the distribution. -### -### 3. Neither the name of the copyright holder nor the names of its -### contributors may be used to endorse or promote products derived from -### this software without specific prior written permission. -### -### THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -### AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -### IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -### DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -### FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -### DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From 625dddce891ca8fdc4e901c3dad1230554da200f Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:11:44 -0400 Subject: [PATCH 25/30] Removed pasted in license block at end of file in FacilityOntology.ttl --- src/cco-modules/FacilityOntology.ttl | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/src/cco-modules/FacilityOntology.ttl b/src/cco-modules/FacilityOntology.ttl index 6a5eb4ef..a557a940 100644 --- a/src/cco-modules/FacilityOntology.ttl +++ b/src/cco-modules/FacilityOntology.ttl @@ -844,31 +844,3 @@ cco:WindFarm rdf:type owl:Class ; ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -### BSD 3-Clause License -### -### Copyright (c) 2017, CUBRC, INC -### -### Redistribution and use in source and binary forms, with or without -### modification, are permitted provided that the following conditions are met: -### -### 1. Redistributions of source code must retain the above copyright notice, this -### list of conditions and the following disclaimer. -### -### 2. Redistributions in binary form must reproduce the above copyright notice, -### this list of conditions and the following disclaimer in the documentation -### and/or other materials provided with the distribution. -### -### 3. Neither the name of the copyright holder nor the names of its -### contributors may be used to endorse or promote products derived from -### this software without specific prior written permission. -### -### THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -### AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -### IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -### DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -### FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -### DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From 38262e54447528ab6a3c253afe4c1c08497776cf Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:12:05 -0400 Subject: [PATCH 26/30] Removed pasted in license block at end of file in ExtendedRelationOntology.ttl --- src/cco-modules/ExtendedRelationOntology.ttl | 28 -------------------- 1 file changed, 28 deletions(-) diff --git a/src/cco-modules/ExtendedRelationOntology.ttl b/src/cco-modules/ExtendedRelationOntology.ttl index 4553cffa..0e3861d0 100644 --- a/src/cco-modules/ExtendedRelationOntology.ttl +++ b/src/cco-modules/ExtendedRelationOntology.ttl @@ -655,31 +655,3 @@ cco:role_of_aggregate rdf:type owl:ObjectProperty ; ### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi -### BSD 3-Clause License -### -### Copyright (c) 2017, CUBRC, INC -### -### Redistribution and use in source and binary forms, with or without -### modification, are permitted provided that the following conditions are met: -### -### 1. Redistributions of source code must retain the above copyright notice, this -### list of conditions and the following disclaimer. -### -### 2. Redistributions in binary form must reproduce the above copyright notice, -### this list of conditions and the following disclaimer in the documentation -### and/or other materials provided with the distribution. -### -### 3. Neither the name of the copyright holder nor the names of its -### contributors may be used to endorse or promote products derived from -### this software without specific prior written permission. -### -### THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -### AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -### IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -### DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -### FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -### DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From f009fa89b40bfdfe7cef23e5609b70989a3ba65d Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:12:26 -0400 Subject: [PATCH 27/30] Removed pasted in license block at end of file in EventOntology.ttl --- src/cco-modules/EventOntology.ttl | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/src/cco-modules/EventOntology.ttl b/src/cco-modules/EventOntology.ttl index 90f39cbb..0b227fc8 100644 --- a/src/cco-modules/EventOntology.ttl +++ b/src/cco-modules/EventOntology.ttl @@ -3136,31 +3136,3 @@ cco:XrayFrequency rdf:type owl:Class ; ### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi -### BSD 3-Clause License -### -### Copyright (c) 2017, CUBRC, INC -### -### Redistribution and use in source and binary forms, with or without -### modification, are permitted provided that the following conditions are met: -### -### 1. Redistributions of source code must retain the above copyright notice, this -### list of conditions and the following disclaimer. -### -### 2. Redistributions in binary form must reproduce the above copyright notice, -### this list of conditions and the following disclaimer in the documentation -### and/or other materials provided with the distribution. -### -### 3. Neither the name of the copyright holder nor the names of its -### contributors may be used to endorse or promote products derived from -### this software without specific prior written permission. -### -### THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -### AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -### IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -### DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -### FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -### DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From 7342977982e09cb537e5a45335c0318724f1406e Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:12:50 -0400 Subject: [PATCH 28/30] Removed pasted in license block at end of file in CurrencyUnitOntology.ttl --- src/cco-modules/CurrencyUnitOntology.ttl | 28 ------------------------ 1 file changed, 28 deletions(-) diff --git a/src/cco-modules/CurrencyUnitOntology.ttl b/src/cco-modules/CurrencyUnitOntology.ttl index 50ad819f..f57fc6ac 100644 --- a/src/cco-modules/CurrencyUnitOntology.ttl +++ b/src/cco-modules/CurrencyUnitOntology.ttl @@ -931,31 +931,3 @@ cco:ZambiaKwacha rdf:type owl:NamedIndividual , ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -### BSD 3-Clause License -### -### Copyright (c) 2017, CUBRC, INC -### -### Redistribution and use in source and binary forms, with or without -### modification, are permitted provided that the following conditions are met: -### -### 1. Redistributions of source code must retain the above copyright notice, this -### list of conditions and the following disclaimer. -### -### 2. Redistributions in binary form must reproduce the above copyright notice, -### this list of conditions and the following disclaimer in the documentation -### and/or other materials provided with the distribution. -### -### 3. Neither the name of the copyright holder nor the names of its -### contributors may be used to endorse or promote products derived from -### this software without specific prior written permission. -### -### THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -### AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -### IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -### DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -### FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -### DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From f694c2e2a6e166821704f5101fa89ec0ca3ce549 Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:13:15 -0400 Subject: [PATCH 29/30] Removed pasted in license block at end of file in ArtifactOntology.ttl --- src/cco-modules/ArtifactOntology.ttl | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/src/cco-modules/ArtifactOntology.ttl b/src/cco-modules/ArtifactOntology.ttl index 5b07882a..a9efd4df 100644 --- a/src/cco-modules/ArtifactOntology.ttl +++ b/src/cco-modules/ArtifactOntology.ttl @@ -5079,31 +5079,3 @@ cco:XRayTelescope rdf:type owl:Class ; ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -### BSD 3-Clause License -### -### Copyright (c) 2017, CUBRC, INC -### -### Redistribution and use in source and binary forms, with or without -### modification, are permitted provided that the following conditions are met: -### -### 1. Redistributions of source code must retain the above copyright notice, this -### list of conditions and the following disclaimer. -### -### 2. Redistributions in binary form must reproduce the above copyright notice, -### this list of conditions and the following disclaimer in the documentation -### and/or other materials provided with the distribution. -### -### 3. Neither the name of the copyright holder nor the names of its -### contributors may be used to endorse or promote products derived from -### this software without specific prior written permission. -### -### THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -### AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -### IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -### DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -### FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -### DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From 60cfc06efa36f4893ce44c7f98217b00157c169a Mon Sep 17 00:00:00 2001 From: "Alexander P. Cox" <33437521+APCox@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:13:42 -0400 Subject: [PATCH 30/30] Removed pasted in license block at end of file in AgentOntology.ttl --- src/cco-modules/AgentOntology.ttl | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/src/cco-modules/AgentOntology.ttl b/src/cco-modules/AgentOntology.ttl index 003fcb80..9ba97a6f 100644 --- a/src/cco-modules/AgentOntology.ttl +++ b/src/cco-modules/AgentOntology.ttl @@ -2261,31 +2261,3 @@ cco:Village rdf:type owl:Class ; ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -### BSD 3-Clause License -### -### Copyright (c) 2017, CUBRC, INC -### -### Redistribution and use in source and binary forms, with or without -### modification, are permitted provided that the following conditions are met: -### -### 1. Redistributions of source code must retain the above copyright notice, this -### list of conditions and the following disclaimer. -### -### 2. Redistributions in binary form must reproduce the above copyright notice, -### this list of conditions and the following disclaimer in the documentation -### and/or other materials provided with the distribution. -### -### 3. Neither the name of the copyright holder nor the names of its -### contributors may be used to endorse or promote products derived from -### this software without specific prior written permission. -### -### THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -### AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -### IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -### DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -### FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -### DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -### SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -### CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -### OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -### OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.