File tree Expand file tree Collapse file tree 3 files changed +64
-0
lines changed
Expand file tree Collapse file tree 3 files changed +64
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <rdf : RDF
3+ xmlns : ns1 =" http://sboltools.org/backport#"
4+ xmlns : rdf =" http://www.w3.org/1999/02/22-rdf-syntax-ns#"
5+ xmlns : sbol =" http://sbols.org/v3#"
6+ >
7+ <rdf : Description rdf : about =" http://sbols.org/1/Attachment/my_attachment" >
8+ <sbol : displayId >my_attachment</sbol : displayId >
9+ <sbol : name >My Attachment</sbol : name >
10+ <sbol : description >A simple example of an attachment.</sbol : description >
11+ <rdf : type rdf : resource =" http://sbols.org/v3#Attachment" />
12+ <sbol : hasNamespace rdf : resource =" http://sbols.org" />
13+ <sbol : source rdf : resource =" https://www.sbolstandard.org/wp-content/uploads/2016/06/SBOL-Visual-2.0-Glyphs-and-Specification-Sheet.csv" />
14+ <sbol : format rdf : resource =" http://edamontology.org/format_3752" />
15+ <sbol : size rdf : datatype =" http://www.w3.org/2001/XMLSchema#integer" >1024</sbol : size >
16+ <sbol : hash >c531131f1bfc4c56b1d49a8caf389ac744263582163df2a6aab45916f2eab045</sbol : hash >
17+ <sbol : hashAlgorithm >sha1</sbol : hashAlgorithm >
18+ <ns1 : sbol2version >1</ns1 : sbol2version >
19+ </rdf : Description >
20+ </rdf : RDF >
Original file line number Diff line number Diff line change 1+ <rdf:RDF xmlns:brick="https://brickschema.org/schema/Brick#" xmlns:csvw="http://www.w3.org/ns/csvw#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcat="http://www.w3.org/ns/dcat#" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcam="http://purl.org/dc/dcam/" xmlns:doap="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:geo="http://www.opengis.net/ont/geosparql#" xmlns:odrl="http://www.w3.org/ns/odrl/2/" xmlns:org="http://www.w3.org/ns/org#" xmlns:prof="http://www.w3.org/ns/dx/prof/" xmlns:prov="http://www.w3.org/ns/prov#" xmlns:qb="http://purl.org/linked-data/cube#" xmlns:schema="https://schema.org/" xmlns:sh="http://www.w3.org/ns/shacl#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sosa="http://www.w3.org/ns/sosa/" xmlns:ssn="http://www.w3.org/ns/ssn/" xmlns:time="http://www.w3.org/2006/time#" xmlns:vann="http://purl.org/vocab/vann/" xmlns:void="http://rdfs.org/ns/void#" xmlns:wgs="https://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:backport="http://sboltools.org/backport#" xmlns:om="http://www.ontology-of-units-of-measure.org/resource/om-2/" xmlns:sbol="http://sbols.org/v2#">
2+ <sbol : Attachment rdf : about =" http://example.org/attachment1" >
3+ <backport : sbol3namespace rdf : resource =" http://example.org/" />
4+ <sbol : persistentIdentity rdf : resource =" http://example.org/attachment1" />
5+ <sbol : format rdf : resource =" file:///Users/harshsharma/Desktop/100xdevs/gsoc/SBOL-utilities/test/test_files/text/plain" />
6+ <sbol : source rdf : resource =" http://example.org/source_file.txt" />
7+ <dcterms : title >Dummy Attachment</dcterms : title >
8+ <sbol : displayId >attachment1</sbol : displayId >
9+ <sbol : size >1024</sbol : size >
10+ <dcterms : description >A dummy attachment object</dcterms : description >
11+ </sbol : Attachment >
12+ <sbol : ComponentDefinition rdf : about =" http://example.org/promoter1" >
13+ <backport : sbol3namespace rdf : resource =" http://example.org/" />
14+ <dcterms : description >A dummy promoter component for demonstration purposes</dcterms : description >
15+ <sbol : persistentIdentity rdf : resource =" http://example.org/promoter1" />
16+ <dcterms : title >Dummy Promoter</dcterms : title >
17+ <sbol : displayId >promoter1</sbol : displayId >
18+ <sbol : type rdf : resource =" https://identifiers.org/SBO:0000598" />
19+ </sbol : ComponentDefinition >
20+ </rdf : RDF >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <rdf : RDF
3+ xmlns : rdf =" http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4+ xmlns : sbol =" http://sbols.org/v3#"
5+ >
6+ <rdf : Description rdf : about =" http://example.org/attachment1" >
7+ <sbol : displayId >attachment1</sbol : displayId >
8+ <sbol : name >Dummy Attachment</sbol : name >
9+ <sbol : description >A dummy attachment object</sbol : description >
10+ <rdf : type rdf : resource =" http://sbols.org/v3#Attachment" />
11+ <sbol : hasNamespace rdf : resource =" http://example.org" />
12+ <sbol : source rdf : resource =" http://example.org/source_file.txt" />
13+ <sbol : format rdf : resource =" file:///Users/harshsharma/Desktop/100xdevs/gsoc/SBOL-utilities/test/test_files/text/plain" />
14+ <sbol : size rdf : datatype =" http://www.w3.org/2001/XMLSchema#integer" >1024</sbol : size >
15+ </rdf : Description >
16+ <rdf : Description rdf : about =" http://example.org/promoter1" >
17+ <sbol : displayId >promoter1</sbol : displayId >
18+ <sbol : name >Dummy Promoter</sbol : name >
19+ <sbol : description >A dummy promoter component for demonstration purposes</sbol : description >
20+ <rdf : type rdf : resource =" http://sbols.org/v3#Component" />
21+ <sbol : hasNamespace rdf : resource =" http://example.org" />
22+ <sbol : type rdf : resource =" https://identifiers.org/SBO:0000598" />
23+ </rdf : Description >
24+ </rdf : RDF >
You can’t perform that action at this time.
0 commit comments