-
Notifications
You must be signed in to change notification settings - Fork 8
/
diameter.rdf
53 lines (53 loc) · 3.25 KB
/
diameter.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
xmlns:wordnet="http://ontologi.es/WordNet/class/"
xmlns:nm="http://nomisma.org/id/"
xmlns:crmdig="http://www.ics.forth.gr/isl/CRMdig/"
xmlns:nmo="http://nomisma.org/ontology#"
xmlns:org="http://www.w3.org/ns/org#"
xmlns:osgeo="http://data.ordnancesurvey.co.uk/ontology/geometry/"
xmlns:prov="http://www.w3.org/ns/prov#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdac="http://www.rdaregistry.info/Elements/c/"
xmlns:bio="http://purl.org/vocab/bio/0.1/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:crm="http://www.cidoc-crm.org/cidoc-crm/"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:un="http://www.owl-ontologies.com/Ontology1181490123.owl#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<nmo:NumismaticTerm rdf:about="http://nomisma.org/id/diameter">
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:definition xml:lang="en">The diameter of a coin. Unless otherwise indicated, millimeters are the default measurement.</skos:definition>
<skos:prefLabel xml:lang="de">Durchmesser</skos:prefLabel>
<skos:prefLabel xml:lang="el">Διάμετρος</skos:prefLabel>
<skos:prefLabel xml:lang="en">Diameter</skos:prefLabel>
<skos:prefLabel xml:lang="es">Diámetro</skos:prefLabel>
<skos:prefLabel xml:lang="fr">Diamètre</skos:prefLabel>
<skos:prefLabel xml:lang="nl">Diameter</skos:prefLabel>
<skos:definitition>The diameter of a coin. Unless otherwise indicated, millimeters are the the default measurement.</skos:definitition>
<skos:inScheme rdf:resource="http://nomisma.org/id/"/>
<skos:changeNote rdf:resource="http://nomisma.org/id/diameter#provenance"/>
</nmo:NumismaticTerm>
<dcterms:ProvenanceStatement rdf:about="http://nomisma.org/id/diameter#provenance">
<foaf:topic rdf:resource="http://nomisma.org/id/diameter"/>
<prov:wasGeneratedBy>
<prov:Activity>
<rdf:type rdf:resource="http://www.w3.org/ns/prov#Create"/>
<prov:atTime rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2012-10-28T21:43:36+00:00</prov:atTime>
<prov:wasAssociatedWith rdf:resource="http://nomisma.org/editor/ameadows"/>
<prov:wasAssociatedWith rdf:resource="http://nomisma.org/editor/sfsheath"/>
<dcterms:description xml:lang="en">This is among the original Nomisma XHTML+RDFa fragments, most likely created between 2010-2012 by Sebastian Heath and/or Andy Meadows.</dcterms:description>
<dcterms:type>manual</dcterms:type>
</prov:Activity>
</prov:wasGeneratedBy>
<prov:activity>
<prov:Activity>
<rdf:type rdf:resource="http://www.w3.org/ns/prov#Modify"/>
<prov:atTime rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2015-02-19T20:38:12+00:00</prov:atTime>
<dcterms:type>manual</dcterms:type>
</prov:Activity>
</prov:activity>
</dcterms:ProvenanceStatement>
</rdf:RDF>