forked from openaire/guidelines-cris-managers
-
Notifications
You must be signed in to change notification settings - Fork 1
/
coar_patent_types.xsd
64 lines (64 loc) · 3.98 KB
/
coar_patent_types.xsd
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
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="http://openaire.eu/cerif/vocab/COAR_Patent_Types"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:skosxl="http://www.w3.org/2008/05/skos-xl#"
xmlns:cf="urn:xmlns:org.eurocris.cerif"
xmlns:dc-term="http://purl.org/dc/terms/"
xmlns:vocbench="http://art.uniroma2.it/ontologies/vocbench#"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://openaire.eu/cerif/vocab/COAR_Patent_Types">
<xs:annotation>
<xs:documentation>Patent types extracted from the COAR Resource Types concept scheme</xs:documentation>
<xs:appinfo>
<cf:ClassScheme id="http://openaire.eu/cerif/vocab/COAR_Patent_Types">
<cf:Term xmlns="en">Patent types extracted from the COAR Resource Types concept scheme</cf:Term>
<cf:Description xmlns="en">Types of patents as extracted from the COAR Resource Types concept scheme</cf:Description>
</cf:ClassScheme>
</xs:appinfo>
</xs:annotation>
<xs:element name="Type" type="Enum"/>
<xs:simpleType name="Enum">
<xs:restriction base="xs:string">
<xs:enumeration value="http://purl.org/coar/resource_type/c_15cd">
<xs:annotation>
<xs:documentation xml:lang="en">patent</xs:documentation>
<xs:documentation xml:lang="zh">专利</xs:documentation>
<xs:documentation xml:lang="es">patente</xs:documentation>
<xs:documentation xml:lang="ru">патент</xs:documentation>
<xs:documentation xml:lang="fr">brevet</xs:documentation>
<xs:documentation xml:lang="it">brevetto</xs:documentation>
<xs:documentation xml:lang="de">Patent</xs:documentation>
<xs:documentation xml:lang="ca">patent</xs:documentation>
<xs:documentation xml:lang="pt">patente</xs:documentation>
<xs:documentation xml:lang="nl">patent</xs:documentation>
<xs:documentation xml:lang="ja">特許</xs:documentation>
<xs:documentation xml:lang="tr">patent</xs:documentation>
<xs:appinfo>
<cf:Class id="http://purl.org/coar/resource_type/c_15cd"
classSchemeId="http://openaire.eu/cerif/vocab/COAR_Patent_Types">
<cf:Term xml:lang="en" trans="o">patent</cf:Term>
<cf:Term xml:lang="zh" trans="h">专利</cf:Term>
<cf:Term xml:lang="es" trans="h">patente</cf:Term>
<cf:Term xml:lang="ru" trans="h">патент</cf:Term>
<cf:Term xml:lang="fr" trans="h">brevet</cf:Term>
<cf:Term xml:lang="it" trans="h">brevetto</cf:Term>
<cf:Term xml:lang="de" trans="h">Patent</cf:Term>
<cf:Term xml:lang="ca" trans="h">patent</cf:Term>
<cf:Term xml:lang="pt" trans="h">patente</cf:Term>
<cf:Term xml:lang="nl" trans="h">patent</cf:Term>
<cf:Term xml:lang="ja" trans="h">特許</cf:Term>
<cf:Term xml:lang="tr" trans="h">patent</cf:Term>
<cf:Definition xml:lang="en">A patent or patent application.</cf:Definition>
<cf:Definition xml:lang="ru">Патент или заявка на изобретение. Предоставление эксклюзивного права на эксплуатацию изобретения.</cf:Definition>
<cf:Broader>
<cf:Class id="http://purl.org/coar/resource_type/c_18cf"
classSchemeId="http://openaire.eu/cerif/vocab/COAR_Patent_Types"/>
</cf:Broader>
</cf:Class>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:schema>