Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate Make-managed files
Browse files Browse the repository at this point in the history
References:
* [OC-191] Define JSON-LD context components that support semi-open
  vocabulary string literals

Signed-off-by: Alex Nelson <[email protected]>
ajnelson-nist committed Dec 3, 2021
1 parent 9e0e3a0 commit 3dfd401
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/examples/relationship_PASS_via_rdf_toolkit.ttl
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ kb:file1
a observable:File ;
core:hasFacet [
a observable:FileFacet ;
observable:fileName "example.dat" ;
observable:fileName "kindOfRelationship" ;
] ;
.

@@ -52,7 +52,7 @@ kb:zipfile1
a observable:ArchiveFile ;
core:hasFacet [
a observable:FileFacet ;
observable:fileName "example.zip" ;
observable:fileName "Relationship" ;
] ;
.

4 changes: 2 additions & 2 deletions tests/examples/relationship_PASS_via_rdflib.ttl
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ kb:file1
a observable:File ;
core:hasFacet [
a observable:FileFacet ;
observable:fileName "example.dat" ;
observable:fileName "kindOfRelationship" ;
] ;
.

@@ -52,7 +52,7 @@ kb:zipfile1
a observable:ArchiveFile ;
core:hasFacet [
a observable:FileFacet ;
observable:fileName "example.zip" ;
observable:fileName "Relationship" ;
] ;
.

0 comments on commit 3dfd401

Please sign in to comment.