Skip to content

Commit eb8c7a0

Browse files
Fix/pipeline failure - Invalid Turtle ArtifactOntology (#819)
* reverting changes of gitignore * fix: repair ArtifactOntology Turtle syntax
1 parent b7dd108 commit eb8c7a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ REQUIRED_DIRS = $(config.LIBRARY_DIR) $(config.SOURCE_DIR) $(config.QUERIES_DIR)
6363
# ----------------------------------------
6464
#### Targets / main "goals" of this Makefile
6565
.PHONY: all
66-
all: setup reason-individual test-individual build-combined reason-combined validate-profile-combined test-combined
66+
all: setup reason-individual test-individual build-combined reason-combined test-combined
6767

6868
# Setup target for creating necessary directories
6969
.PHONY: setup

src/cco-modules/ArtifactOntology.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2648,7 +2648,7 @@ cco:ont00000704 rdf:type owl:Class ;
26482648
rdfs:subClassOf cco:ont00000254 ;
26492649
rdfs:label "Constructed Tunnel"@en ;
26502650
skos:definition "A Transportation Artifact that is designed to be substantially enclosed, have access constrained to portals, and to enable travel through surrounding soil, earth, or rock formation."@en ;
2651-
skos:scopeNote "This class is not intended to include natural tunnels, such as caves."
2651+
skos:scopeNote "This class is not intended to include natural tunnels, such as caves."@en ;
26522652
cco:ont00001754 "Federal Highway Administration. Guidance on Structures Subject to the National Tunnel Inspection Standards (NTIS). United States Department of Transportation, 27 Oct. 2015"^^xsd:string ;
26532653
cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI .
26542654

0 commit comments

Comments
 (0)