Skip to content

Commit

Permalink
Merge pull request #83 from casework/refresh_examples_submodules
Browse files Browse the repository at this point in the history
Refresh submodules to last states using case-utils 0.11.0
  • Loading branch information
ajnelson-nist authored Aug 29, 2023
2 parents 7e6e2ba + 4d17a7e commit e47c9d8
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 2 deletions.
30 changes: 30 additions & 0 deletions tests/CASE-Examples/examples/illustrations/event/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
#!/usr/bin/make -f

# This software was developed at the National Institute of Standards
# and Technology by employees of the Federal Government in the course
# of their official duties. Pursuant to title 17 Section 105 of the
# United States Code this software is not subject to copyright
# protection and is in the public domain. NIST assumes no
# responsibility whatsoever for its use by other parties, and makes
# no guarantees, expressed or implied, about its quality,
# reliability, or any other characteristic.
#
# We would appreciate acknowledgement if the software is used.

SHELL := /bin/bash

top_srcdir := $(shell cd ../../../../.. ; pwd)

all:
$(MAKE) \
--file ../src/illustration.mk

check:
$(MAKE) \
--file ../src/illustration.mk \
check

clean:
@$(MAKE) \
--file ../src/illustration.mk \
clean
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

[]
a sh:ValidationReport ;
sh:conforms "true"^^xsd:boolean ;
.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xs: <http://www.w3.org/2001/XMLSchema#> .

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
event-prov.ttl True

0 comments on commit e47c9d8

Please sign in to comment.