]> Lady’s Gitweb - Vocab/blobdiff - parsers/ontology.xslt
Add ladys:n and ladys:ncName
[Vocab] / parsers / ontology.xslt
index bd5d7b729566a9af581ba2c6a62ea22cc7e0bda5..766d38669a9beed186dae15286d70700ccdd0104 100644 (file)
@@ -371,7 +371,7 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
                                <when test="contains(' superClassOf ', $spaced)">
                                        <text>Vocabvocab:</text>
                                </when>
-                               <when test="contains(' code em p strong ', $spaced)">
+                               <when test="contains(' code em p strong var ', $spaced)">
                                        <text>html:</text>
                                </when>
                                <when test="contains(' AllDifferent AllDisjointClasses AllDisjointProperties AnnotationProperty Class DatatypeProperty NamedIndividual NegativeObjectPropertyAssertion ObjectProperty Ontology Restriction allValuesFrom assertionProperty cardinality complementOf datatypeComplementOf differentFrom disjointUnionOf disjointWith equivalentClass equivalentProperty hasKey hasSelf hasValue intersectionOf inverseOf maxCardinality maxQualifiedCardinality members minCardinality minQualifiedCardinality onClass onDataRange onDatatype onProperty oneOf propertyChainAxiom propertyDisjointWith qualifiedCardinality sameAs someValuesFrom sourceIndividual targetIndividual unionOf withRestrictions ', $spaced)">
@@ -386,7 +386,7 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
                                <when test="contains(' declare namespace prefix ', $spaced)">
                                        <text>shacl:</text>
                                </when>
-                               <when test="contains(' inScheme ', $spaced)">
+                               <when test="contains(' broader inScheme narrower ', $spaced)">
                                        <text>skos:</text>
                                </when>
                                <otherwise>
@@ -499,8 +499,8 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
                                                                                                        <text>http://www.w3.org/2001/XMLSchema#string</text>
                                                                                                </when>
                                                                                                <otherwise>
-                                                                                                       <call-template name="unprefix">
-                                                                                                               <with-param name="prefixed" select="@datatype"/>
+                                                                                                       <call-template name="Vocab:unprefix">
+                                                                                                               <with-param name="prefixed" select="string(@datatype)"/>
                                                                                                        </call-template>
                                                                                                </otherwise>
                                                                                        </choose>
This page took 0.276575 seconds and 4 git commands to generate.