From 375cdff3d0edce23fed0fdfad496662614449fb7 Mon Sep 17 00:00:00 2001 From: Jesper Friis Date: Thu, 6 Jun 2024 19:27:22 +0200 Subject: [PATCH] Corrected IRI in computerscience and added default prefix to contributors.ttl --- contributors.ttl | 1 + disciplines/computerscience.ttl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.ttl b/contributors.ttl index 7ba8b3db..0e3f536c 100644 --- a/contributors.ttl +++ b/contributors.ttl @@ -1,3 +1,4 @@ +@prefix : . @prefix rdf: . @prefix rdfs: . @prefix owl: . diff --git a/disciplines/computerscience.ttl b/disciplines/computerscience.ttl index 72679686..048a9270 100644 --- a/disciplines/computerscience.ttl +++ b/disciplines/computerscience.ttl @@ -334,7 +334,7 @@ https://www.computer.org/education/bodies-of-knowledge/software-engineering"""@e skos:prefLabel "URI"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "URI = scheme \":\" [\"//\" authority] path [\"?\" query] [\"#\" fragment]"@en ; - "https://en.wikipedia.org/wiki/File:URI_syntax_diagram.svg"^^xsd:anyURI . + "https://en.wikipedia.org/wiki/File:URI_syntax_diagram.svg"^^xsd:anyURI . [ rdf:type owl:Axiom ; owl:annotatedSource :EMMO_6470bbfa_04a6_4360_9534_1aa18d68329b ;