-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added test methodas to test get and set methods and reading back from…
… files
- Loading branch information
Showing
43 changed files
with
439 additions
and
135 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
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
24 changes: 24 additions & 0 deletions
24
libSBOLj3/output/entity/component_urn_uri/component_urn_uri.jsonld
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,24 @@ | ||
{ | ||
"@id" : "urn:uuid:d0accf73-2c60-11b2-80d9-acde48001122", | ||
"@type" : "sbol:Component", | ||
"name" : "TetR", | ||
"type" : "SBO:0000252", | ||
"@context" : { | ||
"name" : { | ||
"@id" : "http://sbols.org/v3#name" | ||
}, | ||
"type" : { | ||
"@id" : "http://sbols.org/v3#type", | ||
"@type" : "@id" | ||
}, | ||
"@vocab" : "https://sbolstandard.org/examples/", | ||
"SBO" : "https://identifiers.org/SBO:", | ||
"CHEBI" : "https://identifiers.org/CHEBI:", | ||
"GO" : "https://identifiers.org/GO:", | ||
"sbol" : "http://sbols.org/v3#", | ||
"EDAM" : "https://identifiers.org/edam:", | ||
"SO" : "https://identifiers.org/SO:", | ||
"prov" : "http://www.w3.org/ns/prov#", | ||
"om" : "http://www.ontology-of-units-of-measure.org/resource/om-2/" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
libSBOLj3/output/entity/component_urn_uri/component_urn_uri.nt
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,3 @@ | ||
<urn:uuid:d0accf73-2c60-11b2-80d9-acde48001122> <http://sbols.org/v3#name> "TetR" . | ||
<urn:uuid:d0accf73-2c60-11b2-80d9-acde48001122> <http://sbols.org/v3#type> <https://identifiers.org/SBO:0000252> . | ||
<urn:uuid:d0accf73-2c60-11b2-80d9-acde48001122> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://sbols.org/v3#Component> . |
17 changes: 17 additions & 0 deletions
17
libSBOLj3/output/entity/component_urn_uri/component_urn_uri.rdf
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,17 @@ | ||
<rdf:RDF | ||
xmlns:SO="https://identifiers.org/SO:" | ||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
xmlns:EDAM="https://identifiers.org/edam:" | ||
xmlns:sbol="http://sbols.org/v3#" | ||
xmlns:CHEBI="https://identifiers.org/CHEBI:" | ||
xmlns:prov="http://www.w3.org/ns/prov#" | ||
xmlns:SBO="https://identifiers.org/SBO:" | ||
xmlns:GO="https://identifiers.org/GO:" | ||
xmlns="https://sbolstandard.org/examples/" | ||
xmlns:om="http://www.ontology-of-units-of-measure.org/resource/om-2/" | ||
xml:base="https://sbolstandard.org/examples/"> | ||
<sbol:Component rdf:about="urn:uuid:d0accf73-2c60-11b2-80d9-acde48001122"> | ||
<sbol:name>TetR</sbol:name> | ||
<sbol:type rdf:resource="https://identifiers.org/SBO:0000252"/> | ||
</sbol:Component> | ||
</rdf:RDF> |
19 changes: 19 additions & 0 deletions
19
libSBOLj3/output/entity/component_urn_uri/component_urn_uri.rj
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,19 @@ | ||
{ | ||
"urn:uuid:d0accf73-2c60-11b2-80d9-acde48001122" : { | ||
"http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { | ||
"type" : "uri" , | ||
"value" : "http://sbols.org/v3#Component" | ||
} | ||
] , | ||
"http://sbols.org/v3#name" : [ { | ||
"type" : "literal" , | ||
"value" : "TetR" | ||
} | ||
] , | ||
"http://sbols.org/v3#type" : [ { | ||
"type" : "uri" , | ||
"value" : "https://identifiers.org/SBO:0000252" | ||
} | ||
] | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
libSBOLj3/output/entity/component_urn_uri/component_urn_uri.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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
@base <https://sbolstandard.org/examples/> . | ||
@prefix : <https://sbolstandard.org/examples/> . | ||
@prefix SBO: <https://identifiers.org/SBO:> . | ||
@prefix CHEBI: <https://identifiers.org/CHEBI:> . | ||
@prefix GO: <https://identifiers.org/GO:> . | ||
@prefix sbol: <http://sbols.org/v3#> . | ||
@prefix EDAM: <https://identifiers.org/edam:> . | ||
@prefix SO: <https://identifiers.org/SO:> . | ||
@prefix prov: <http://www.w3.org/ns/prov#> . | ||
@prefix om: <http://www.ontology-of-units-of-measure.org/resource/om-2/> . | ||
|
||
<urn:uuid:d0accf73-2c60-11b2-80d9-acde48001122> | ||
a sbol:Component ; | ||
sbol:name "TetR" ; | ||
sbol:type SBO:0000252 . |
2 changes: 1 addition & 1 deletion
2
libSBOLj3/output/measurement_entity/measurement/catalog-v001.xml
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,6 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<catalog prefer="public" xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"> | ||
<group id="Folder Repository, directory=, recursive=true, Auto-Update=true, version=2" prefer="public" xml:base=""> | ||
<uri id="Automatically generated entry, Timestamp=1598819660337" name="https://sbolstandard.org/examples/" uri="measurement.rdf"/> | ||
<uri id="Automatically generated entry, Timestamp=1599474822429" name="https://sbolstandard.org/examples/" uri="measurement.rdf"/> | ||
</group> | ||
</catalog> |
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
Oops, something went wrong.