-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathout.nt
10 lines (10 loc) · 1.02 KB
/
out.nt
1
2
3
4
5
6
7
8
9
10
<http://sbolstandard.org/testfiles/hello> <http://sbols.org/v3#hasNamespace> <http://sbolstandard.org/testfiles> .
<http://sbolstandard.org/testfiles/hello> <http://sbols.org/v3#type> <https://identifiers.org/SBO:0000251> .
<http://sbolstandard.org/testfiles/hello> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://sbols.org/v3#Component> .
<http://sbolstandard.org/testfiles/hello> <http://sbols.org/v3#hasSequence> <http://parts.igem.org/hello_sequence> .
<http://parts.igem.org/hello_sequence> <http://sbols.org/v3#elements> "ATGC" .
<http://parts.igem.org/hello_sequence> <http://sbols.org/v3#displayId> "hello_sequence" .
<http://parts.igem.org/hello_sequence> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://sbols.org/v3#Sequence> .
<http://parts.igem.org/hello_sequence> <http://sbols.org/v3#hasNamespace> <http://parts.igem.org> .
<http://sbolstandard.org/testfiles/hello> <http://sbols.org/v3#displayId> "hello" .
<http://sbolstandard.org/testfiles/hello> <http://www.w3.org/ns/prov#wasDerivedFrom> <www.example.com> .