-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1154 from pk-mitre/robot-header
Robot header
- Loading branch information
Showing
11 changed files
with
211 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<?xml version="1.0"?> | ||
<rdf:RDF xmlns="http://www.w3.org/2002/07/owl#" | ||
xml:base="http://www.w3.org/2002/07/owl" | ||
xmlns:owl="http://www.w3.org/2002/07/owl#" | ||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
xmlns:xml="http://www.w3.org/XML/1998/namespace" | ||
xmlns:xsd="http://www.w3.org/2001/XMLSchema#" | ||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> | ||
<Ontology/> | ||
|
||
|
||
|
||
<!-- | ||
/////////////////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Classes | ||
// | ||
/////////////////////////////////////////////////////////////////////////////////////// | ||
--> | ||
|
||
|
||
|
||
|
||
<!-- http://purl.obolibrary.org/obo/0000001 --> | ||
|
||
<Class rdf:about="http://purl.obolibrary.org/obo/0000001"> | ||
<rdfs:comment>Any animal in the world.</rdfs:comment> | ||
<rdfs:label>animal</rdfs:label> | ||
</Class> | ||
|
||
|
||
|
||
<!-- http://purl.obolibrary.org/obo/0000002 --> | ||
|
||
<Class rdf:about="http://purl.obolibrary.org/obo/0000002"> | ||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/0000001"/> | ||
<rdfs:comment>A member of the genus Canis.</rdfs:comment> | ||
<rdfs:label>canine</rdfs:label> | ||
</Class> | ||
|
||
|
||
|
||
<!-- http://purl.obolibrary.org/obo/0000003 --> | ||
|
||
<Class rdf:about="http://purl.obolibrary.org/obo/0000003"> | ||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/0000001"/> | ||
<rdfs:comment>A member of the genus Felis.</rdfs:comment> | ||
<rdfs:label>feline</rdfs:label> | ||
</Class> | ||
</rdf:RDF> | ||
|
||
|
||
|
||
<!-- Generated by the OWL API (version 4.5.25) https://github.com/owlcs/owlapi --> | ||
|
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,2 @@ | ||
CURIE Label Parent Comment | ||
ID LABEL SC % A rdfs:comment |
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,4 @@ | ||
CURIE Label Parent Comment | ||
obo:0000001 animal Any animal in the world. | ||
0000002 canine animal A member of the genus Canis. | ||
obo:0000003 feline animal A member of the genus Felis. |
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,4 @@ | ||
CURIE Label Parent Comment | ||
obo:0000001 animal Any animal in the world. | ||
obo:0000002 canine animal A member of the genus Canis. | ||
obo:0000003 feline animal A member of the genus Felis. |
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,5 @@ | ||
CURIE Label Parent Comment | ||
ID LABEL SC % A rdfs:comment | ||
obo:0000001 animal Any animal in the world. | ||
0000002 canine animal A member of the genus Canis. | ||
obo:0000003 feline animal A member of the genus Felis. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<?xml version="1.0"?> | ||
<rdf:RDF xmlns="http://www.w3.org/2002/07/owl#" | ||
xml:base="http://www.w3.org/2002/07/owl" | ||
xmlns:owl="http://www.w3.org/2002/07/owl#" | ||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
xmlns:xml="http://www.w3.org/XML/1998/namespace" | ||
xmlns:xsd="http://www.w3.org/2001/XMLSchema#" | ||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> | ||
<Ontology/> | ||
|
||
|
||
|
||
<!-- | ||
/////////////////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Classes | ||
// | ||
/////////////////////////////////////////////////////////////////////////////////////// | ||
--> | ||
|
||
|
||
|
||
|
||
<!-- http://purl.obolibrary.org/obo/0000001 --> | ||
|
||
<Class rdf:about="http://purl.obolibrary.org/obo/0000001"> | ||
<rdfs:comment>Any animal in the world.</rdfs:comment> | ||
<rdfs:label>animal</rdfs:label> | ||
</Class> | ||
|
||
|
||
|
||
<!-- http://purl.obolibrary.org/obo/0000002 --> | ||
|
||
<Class rdf:about="http://purl.obolibrary.org/obo/0000002"> | ||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/0000001"/> | ||
<rdfs:comment>A member of the genus Canis.</rdfs:comment> | ||
<rdfs:label>canine</rdfs:label> | ||
</Class> | ||
|
||
|
||
|
||
<!-- http://purl.obolibrary.org/obo/0000003 --> | ||
|
||
<Class rdf:about="http://purl.obolibrary.org/obo/0000003"> | ||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/0000001"/> | ||
<rdfs:comment>A member of the genus Felis.</rdfs:comment> | ||
<rdfs:label>feline</rdfs:label> | ||
</Class> | ||
</rdf:RDF> | ||
|
||
|
||
|
||
<!-- Generated by the OWL API (version 4.5.26) https://github.com/owlcs/owlapi --> | ||
|
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
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