Make the public html pages valid xhtml, and validate more RDFa cases.
[htsworkflow.git] / htsworkflow / util / schemas / htsworkflow.turtle
index 7319c0c1bb8bb8a14b32cb7a0436c8eaac42c0f9..92ed6e64e1dca4b62a47b9b5cd086aba9520a760 100644 (file)
@@ -193,6 +193,28 @@ htswlib:sequencer_name
     rdfs:domain htswlib:Sequencer ;
     rdfs:range rdfs:Literal .
 
+# lane properties
+htswlib:status
+   a rdf:Proprety ;
+   rdfs:comment "Operators opinion of lane status, e.g. were there spots in the pictures" ;
+   rdfs:label "Status" ;
+   rdfs:domain htswlib:IlluminaLane ;
+   rdfs:range htswlib:Literal .
+
+htswlib:cluster_estimate
+   a rdf:Proprety ;
+   rdfs:comment "Estimate of clusters per tile" ;
+   rdfs:label "Cluster Estimate" ;
+   rdfs:domain htswlib:IlluminaLane ;
+   rdfs:range htswlib:Literal .
+
+htswlib:pM
+   a rdf:Proprety ;
+   rdfs:comment "picoMolarity" ;
+   rdfs:label "picoMolarity" ;
+   rdfs:domain htswlib:IlluminaLane ;
+   rdfs:range htswlib:Literal .
+
 
 # library only properties
 htswlib:library_id
@@ -217,6 +239,13 @@ htswlib:library_type
     rdfs:domain htswlib:Library ;
     rdfs:range rdfs:Literal .
 
+htswlib:condition
+   a rdf:Property ;
+   rdfs:comment "Describes what treatment has been applied to the cells" ;
+   rdfs:label "Condition" ;
+   rdfs:domain htswlib:Library ;
+   rdfs:range rdfs:Literal .
+
 htswlib:stopping_point
     a rdf:Property ;
     rdfs:comment "Protocol stopping point" ;