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] 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 42a0906..029c42c 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.