@prefix rdf: . @prefix skos: . skos:notation rdf:type rdf:Property . @prefix owl: . skos:notation rdf:type owl:DatatypeProperty . @prefix rdfs: . skos:notation rdfs:label "notation"@en . @prefix ns4: . skos:notation rdfs:isDefinedBy ns4:core ; skos:scopeNote "By convention, skos:notation is used with a typed literal in the object position of the triple."@en ; skos:definition "A notation, also known as classification code, is a string of characters such as \"T58.5\" or \"303.4833\" used to uniquely identify a concept within the scope of a given concept scheme."@en .