> On 14 Apr 2021, at 10:28, 'Bohms, H.M. (Michel)' via TopBraid Suite Users > <[email protected]> wrote: > > I thought the / or # only came in with the porefix independent of the uri > itself…..
No, the # or / is part of the Namespace URI. >From the Turtle Primer: > The full triples notation requires that URI references be written out > completely, in angle brackets, which, as the example above illustrates, can > result in very long lines on a page. For convenience, the Primer uses a > shorthand way of writing triples (the same shorthand is also used in other > RDF specifications). This shorthand substitutes a qualified name (or QName) > without angle brackets as an abbreviation for a full URI reference . A QName > contains a prefix that has been assigned to a namespace URI, followed by a > colon, and then a local name. The full URIref is formed from the QName by > appending the local name to the namespace URI assigned to the prefix. So, for > example, if the QName prefix foo is assigned to the namespace URI > http://example.org/somewhere/, then the QName foo:bar is shorthand for the > URIref http://example.org/somewhere/bar. Primer examples will also use > several "well-known" QName prefixes (without explicitly specifying them each > time), defined as follows: > > prefix rdf:, namespace URI: http://www.w3.org/1999/02/22-rdf-syntax-ns# > prefix rdfs:, namespace URI: http://www.w3.org/2000/01/rdf-schema# > prefix dc:, namespace URI: http://purl.org/dc/elements/1.1/ > prefix owl:, namespace URI: http://www.w3.org/2002/07/owl# > prefix ex:, namespace URI: http://www.example.org/ (or > http://www.example.com/) > prefix xsd:, namespace URI: http://www.w3.org/2001/XMLSchema# > Cheers, David UK +44 (0) 7788 561308 US +1 (336) 283-0808 -- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/71D1477B-766D-4035-8730-90B7E5FF27CB%40topquadrant.com.
