-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start UCO-gufo profile from base branch
A follow-on patch will regenerate Make-managed files. Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
- Loading branch information
1 parent
db05f77
commit 04fcafe
Showing
15 changed files
with
70 additions
and
306 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule CDO-Shapes-gufo
added at
0981d4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
http://example.org/ontology/example/0.0.1 ${top_srcdir}/dependencies/example.ttl | ||
http://example.org/shapes/example ${top_srcdir}/shapes/sh-example.ttl | ||
http://example.org/shapes/gufo ${top_srcdir}/dependencies/CDO-Shapes-gufo/shapes/sh-gufo.ttl | ||
http://example.org/ontology/uco-gufo ${top_srcdir}/ontology/uco-gufo.ttl | ||
http://purl.org/nemo/gufo#/1.0.0 ${top_srcdir}/dependencies/CDO-Shapes-gufo/dependencies/gufo.ttl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
https://example.org/ ${top_srcdir}/ontology/ | ||
https://ontology.unifiedcyberontology.org/ ${top_srcdir}/dependencies/UCO/ontology/ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# imports: http://purl.org/nemo/gufo#/1.0.0 | ||
# imports: https://ontology.unifiedcyberontology.org/uco/uco/1.3.0 | ||
|
||
@prefix drafting: <http://example.org/ontology/drafting/> . | ||
@prefix gufo: <http://purl.org/nemo/gufo#> . | ||
@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 uco-action: <https://ontology.unifiedcyberontology.org/uco/action/> . | ||
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> . | ||
@prefix uco-identity: <https://ontology.unifiedcyberontology.org/uco/identity/> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
|
||
<http://example.org/ontology/uco-gufo> | ||
a owl:Ontology ; | ||
owl:imports | ||
<http://purl.org/nemo/gufo#/1.0.0> , | ||
<https://ontology.unifiedcyberontology.org/uco/uco/1.3.0> | ||
; | ||
. | ||
|
||
uco-action:Action | ||
rdfs:subClassOf gufo:Event ; | ||
. | ||
|
||
uco-core:Event | ||
rdfs:subClassOf gufo:Event ; | ||
. | ||
|
||
uco-identity:Organization | ||
rdfs:subClassOf gufo:Object ; | ||
. | ||
|
||
uco-identity:Person | ||
rdfs:subClassOf gufo:Object ; | ||
. | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.