From: Diane Trout Date: Wed, 19 Sep 2012 23:03:07 +0000 (-0700) Subject: Add stub xhtml vocab ontology, to make model validation quieter. X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=313322d808020af81710aa6c436cf3588f8110e9 Add stub xhtml vocab ontology, to make model validation quieter. (the stylesheets got attached as a property of the library or flowcell) --- diff --git a/htsworkflow/util/schemas/xhtmlvocab.turtle b/htsworkflow/util/schemas/xhtmlvocab.turtle new file mode 100644 index 0000000..48442b3 --- /dev/null +++ b/htsworkflow/util/schemas/xhtmlvocab.turtle @@ -0,0 +1,21 @@ +# Minimal xhtml vocab to make validating my rdfa pages cleaner + +@prefix rdf: . +@prefix : . +@prefix owl: . +@prefix rdfa: . +@prefix rdfs: . +@prefix xsd: . + + + a owl:Ontology ; + . + + + a rdf:Property ; + rdfs:comment """stylesheet refers to a resource + serving as a stylesheet for a resource. """^^xsd:string ; + rdfs:member ; +# rdfa:term "stylesheet" ; +# rdfa:uri "http://www.w3.org/1999/xhtml/vocab#stylesheet" + .