@prefix rdfs: . rdfs:label rdfs:label "label" . @prefix dcterms: . dcterms:title rdfs:label "Title"@en . @prefix skos: . skos:definition rdfs:label "definition"@en . dcterms:description rdfs:label "Description"@en . skos:broadMatch rdfs:label "has broad match" . skos:narrowMatch rdfs:label "has narrow match" . rdfs:label "rdf:datatype"@en ; dcterms:title "rdf:datatype"@en ; skos:definition "RDF allows typed literals to be given as the object node of a predicate. Typed literals consist of a literal string and a datatype RDF URI reference. These are written in RDF/XML using the same syntax for literal string nodes in the property element form (not property attribute) but with an additional rdf:datatype=\"datatypeURI\" attribute on the property element. Any RDF URI reference can be used in the attribute. "@en ; dcterms:description ""@en . @prefix vdm: . vdm:has_internalidentifier "rdf:datatype"@en . @prefix adms: . adms:sample ""@en ; adms:versionNotes ""@en . @prefix ns5: . dcterms:isPartOf ns5:a0c35a8f05b397108f5512bf3e607374 . ns5:a0c35a8f05b397108f5512bf3e607374 rdfs:label "Core Vocabularies RDF Schemas"@en . vdm:has_internalidentifier rdfs:label "has internal identifier" . adms:sample rdfs:label "sample"@en . dcterms:isPartOf rdfs:label "Is Part Of"@en .