Identifier
Name
Field System Name
Description
CRM Path
Expected Value Type
SparQL List
SparQL Count
SparQL List Distinct
SparQL Count Distinct
Field
Derivatives
Count
LAF_OLD.192
Location of Birth Event
birth_location
This field is used to link the documented event of birth to a location at which it occurred.
->P98i->E67[192_1]->P7->E53[192_2]
Reference Model
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth_event .
?LAP_20_birth_event a crm:E67_Birth .
?LAP_20_birth_event crm:P7_took_place_at ?LAF_192_birth_location .
?LAF_192_birth_location a crm:E53_Place .
BIND (?LAF_192_birth_location AS ?value)
OPTIONAL {
?LAF_192_birth_location rdfs:label ?LAF_192_birth_location_label .
}} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth_event .
?LAP_20_birth_event a crm:E67_Birth .
?LAP_20_birth_event crm:P7_took_place_at ?LAF_192_birth_location .
?LAF_192_birth_location a crm:E53_Place .
BIND (?LAF_192_birth_location AS ?value)
OPTIONAL {
?LAF_192_birth_location rdfs:label ?LAF_192_birth_location_label .
}} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_192_birth_location ?LAF_OLD_192_birth_location_label WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth_event .
?LAP_20_birth_event a crm:E67_Birth .
?LAP_20_birth_event crm:P7_took_place_at ?LAF_192_birth_location .
?LAF_192_birth_location a crm:E53_Place .
BIND (?LAF_192_birth_location AS ?value)
OPTIONAL {
?LAF_192_birth_location rdfs:label ?LAF_192_birth_location_label .
}} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth_event .
?LAP_20_birth_event a crm:E67_Birth .
?LAP_20_birth_event crm:P7_took_place_at ?LAF_192_birth_location .
?LAF_192_birth_location a crm:E53_Place .
BIND (?LAF_192_birth_location AS ?value)
OPTIONAL {
?LAF_192_birth_location rdfs:label ?LAF_192_birth_location_label .
}} LIMIT 100
rec3PxtOURSPp1B78
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.197
Birth Event Type
birth_type
This field is used to record the formal type of the documented event of birth.
->P98i->E67[192_1]->P2->E55[197_1]
Concept
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth crm:P2_has_type ?LAF_197_birth_type .
BIND(?LAF_197_birth_type as ?value) .
OPTIONAL {?LAF_197_birth_type rdfs:label ?LAF_197_birth_type_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth crm:P2_has_type ?LAF_197_birth_type .
BIND(?LAF_197_birth_type as ?value) .
OPTIONAL {?LAF_197_birth_type rdfs:label ?LAF_197_birth_type_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_197_birth_type ?LAF_OLD_197_birth_type_label WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth crm:P2_has_type ?LAF_197_birth_type .
BIND(?LAF_197_birth_type as ?value) .
OPTIONAL {?LAF_197_birth_type rdfs:label ?LAF_197_birth_type_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth crm:P2_has_type ?LAF_197_birth_type .
BIND(?LAF_197_birth_type as ?value) .
OPTIONAL {?LAF_197_birth_type rdfs:label ?LAF_197_birth_type_label . }} LIMIT 100
recU95rFWGYTK4RB1
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.194
Source Reference Work for Birth Event
birth_source_reference
This field is used to link the documented event of birth to a textual source which documents the event itself.
->P98i->E67[192_1]->P67i->E33[194_1]
Reference Model
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth crm:P67i_is_referred_to_by ?LAF_194_birth_source_reference .
BIND(?LAF_194_birth_source_reference as ?value) .
OPTIONAL {?LAF_194_birth_source_reference rdfs:label ?LAF_194_birth_source_reference_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth crm:P67i_is_referred_to_by ?LAF_194_birth_source_reference .
BIND(?LAF_194_birth_source_reference as ?value) .
OPTIONAL {?LAF_194_birth_source_reference rdfs:label ?LAF_194_birth_source_reference_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_194_birth_source_reference ?LAF_OLD_194_birth_source_reference_label WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth crm:P67i_is_referred_to_by ?LAF_194_birth_source_reference .
BIND(?LAF_194_birth_source_reference as ?value) .
OPTIONAL {?LAF_194_birth_source_reference rdfs:label ?LAF_194_birth_source_reference_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth crm:P67i_is_referred_to_by ?LAF_194_birth_source_reference .
BIND(?LAF_194_birth_source_reference as ?value) .
OPTIONAL {?LAF_194_birth_source_reference rdfs:label ?LAF_194_birth_source_reference_label . }
} LIMIT 100
rec4JJGZ1MKiskkjE
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.198
Birth Event Label
birth_label
This field is used to record the string value of the machine readable label used for the documented event of birth.
->P98i->E67[192_1]->rdfs:label->rdf:literal
String
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth rdfs:label ?LAF_198_birth_label .
BIND(?LAF_198_birth_label as ?value) .} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth rdfs:label ?LAF_198_birth_label .
BIND(?LAF_198_birth_label as ?value) .} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_198_birth_label ?LAF_OLD_198_birth_label_label WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth rdfs:label ?LAF_198_birth_label .
BIND(?LAF_198_birth_label as ?value) .} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth rdfs:label ?LAF_198_birth_label .
BIND(?LAF_198_birth_label as ?value) .} LIMIT 100
recPxuWiQstRCkdZu
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.196
TimeSpan of Birth Event
birth_timespan
This field is used to link the documented event of birth to an instance of time-span recording the temporal extent of the event.
->P98i->E67[192_1]->P4->E52[196_1]
Collection
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth crm:P4_has_time-span ?LAF_196_birth_timespan .
BIND(?LAF_196_birth_timespan as ?value) .
OPTIONAL {?LAF_196_birth_timespan rdfs:label ?LAF_196_birth_timespan_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth crm:P4_has_time-span ?LAF_196_birth_timespan .
BIND(?LAF_196_birth_timespan as ?value) .
OPTIONAL {?LAF_196_birth_timespan rdfs:label ?LAF_196_birth_timespan_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_196_birth_timespan ?LAF_OLD_196_birth_timespan_label WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth crm:P4_has_time-span ?LAF_196_birth_timespan .
BIND(?LAF_196_birth_timespan as ?value) .
OPTIONAL {?LAF_196_birth_timespan rdfs:label ?LAF_196_birth_timespan_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth crm:P4_has_time-span ?LAF_196_birth_timespan .
BIND(?LAF_196_birth_timespan as ?value) .
OPTIONAL {?LAF_196_birth_timespan rdfs:label ?LAF_196_birth_timespan_label . }
} LIMIT 100
recBQkmBv2Mf2xBN0
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.195
Name for Birth Event
birth_name
This field is used to link the documented event of birth to a name that has been attributed to it.
->P98i->E67[192_1]->P1->E33_E41[195_1]
Collection
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth crm:P1_is_identified_by ?LAF_195_birth_name .
?LAF_195_birth_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_195_birth_name as ?value) .
OPTIONAL {?LAF_195_birth_name rdfs:label ?LAF_195_birth_name_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth crm:P1_is_identified_by ?LAF_195_birth_name .
?LAF_195_birth_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_195_birth_name as ?value) .
OPTIONAL {?LAF_195_birth_name rdfs:label ?LAF_195_birth_name_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_195_birth_name ?LAF_OLD_195_birth_name_label WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth crm:P1_is_identified_by ?LAF_195_birth_name .
?LAF_195_birth_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_195_birth_name as ?value) .
OPTIONAL {?LAF_195_birth_name rdfs:label ?LAF_195_birth_name_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth crm:P1_is_identified_by ?LAF_195_birth_name .
?LAF_195_birth_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_195_birth_name as ?value) .
OPTIONAL {?LAF_195_birth_name rdfs:label ?LAF_195_birth_name_label . }
} LIMIT 100
rec5V4EvxhGlnE3ON
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.199
Identifier for Birth Event
birth_identifier
This field is used to link the documented event of birth to an identifier that has been attributed to it.
->P98i->E67[192_1]->P1->E42[199_1]
Collection
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth crm:P1_is_identified_by ?LAF_199_birth_identifier .
?LAF_199_birth_identifier a crm:E42_Identifier .
BIND(?LAF_199_birth_identifier as ?value) .
OPTIONAL {?LAF_199_birth_identifier rdfs:label ?LAF_199_birth_identifier_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth crm:P1_is_identified_by ?LAF_199_birth_identifier .
?LAF_199_birth_identifier a crm:E42_Identifier .
BIND(?LAF_199_birth_identifier as ?value) .
OPTIONAL {?LAF_199_birth_identifier rdfs:label ?LAF_199_birth_identifier_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_199_birth_identifier ?LAF_OLD_199_birth_identifier_label WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth crm:P1_is_identified_by ?LAF_199_birth_identifier .
?LAF_199_birth_identifier a crm:E42_Identifier .
BIND(?LAF_199_birth_identifier as ?value) .
OPTIONAL {?LAF_199_birth_identifier rdfs:label ?LAF_199_birth_identifier_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth crm:P1_is_identified_by ?LAF_199_birth_identifier .
?LAF_199_birth_identifier a crm:E42_Identifier .
BIND(?LAF_199_birth_identifier as ?value) .
OPTIONAL {?LAF_199_birth_identifier rdfs:label ?LAF_199_birth_identifier_label . }} LIMIT 100
rec2VEwHiMbuTjR82
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.200
Statement about Birth Event
birth_statement
This field is used to link the documented event of birth to a statement that describes it.
->P98i->E67[192_1]->P67i->E33[200_1]
Collection
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth crm:P67i_is_referred_to_by ?LAF_200_birth_statement .
?LAF_200_birth_statement a crm:E33_Linguistic_Object .
?LAF_200_birth_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_200_birth_statement as ?value) .
OPTIONAL {?LAF_200_birth_statement rdfs:label ?LAF_200_birth_statement_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth crm:P67i_is_referred_to_by ?LAF_200_birth_statement .
?LAF_200_birth_statement a crm:E33_Linguistic_Object .
?LAF_200_birth_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_200_birth_statement as ?value) .
OPTIONAL {?LAF_200_birth_statement rdfs:label ?LAF_200_birth_statement_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_200_birth_statement ?LAF_OLD_200_birth_statement_label WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth crm:P67i_is_referred_to_by ?LAF_200_birth_statement .
?LAF_200_birth_statement a crm:E33_Linguistic_Object .
?LAF_200_birth_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_200_birth_statement as ?value) .
OPTIONAL {?LAF_200_birth_statement rdfs:label ?LAF_200_birth_statement_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P98i_was_born ?LAP_20_birth .
?LAP_20_birth a crm:E67_Birth .
?LAP_20_birth crm:P67i_is_referred_to_by ?LAF_200_birth_statement .
?LAF_200_birth_statement a crm:E33_Linguistic_Object .
?LAF_200_birth_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_200_birth_statement as ?value) .
OPTIONAL {?LAF_200_birth_statement rdfs:label ?LAF_200_birth_statement_label . }} LIMIT 100
recPHMcH94G9Y5vDA
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.129
Colleague in Professional Activity
professional_activity_actor
This field is used to link the documented person's professional activity to other actors involved in carrying it out.
->P14i->E7[126_1]->P14->E39[129_1]
Reference Model
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P14_carried_out_by ?LAF_129_professional_activity_actor .
BIND(?LAF_129_professional_activity_actor as ?value) .
OPTIONAL {?LAF_129_professional_activity_actor rdfs:label ?LAF_129_professional_activity_actor_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P14_carried_out_by ?LAF_129_professional_activity_actor .
BIND(?LAF_129_professional_activity_actor as ?value) .
OPTIONAL {?LAF_129_professional_activity_actor rdfs:label ?LAF_129_professional_activity_actor_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_129_professional_activity_actor ?LAF_OLD_129_professional_activity_actor_label WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P14_carried_out_by ?LAF_129_professional_activity_actor .
BIND(?LAF_129_professional_activity_actor as ?value) .
OPTIONAL {?LAF_129_professional_activity_actor rdfs:label ?LAF_129_professional_activity_actor_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P14_carried_out_by ?LAF_129_professional_activity_actor .
BIND(?LAF_129_professional_activity_actor as ?value) .
OPTIONAL {?LAF_129_professional_activity_actor rdfs:label ?LAF_129_professional_activity_actor_label . }} LIMIT 100
recNgZnu6o3BQpGja
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.126
Location of Professional Activity
professional_activity_location
This field is used to link the documented person's professional activity to a location at which it was carried out.
->P14i->E7[126_1]->P7->E53[126_2]
Reference Model
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P7_took_place_at ?LAF_126_professional_activity_location .
BIND(?LAF_126_professional_activity_location as ?value) .
OPTIONAL {?LAF_126_professional_activity_location rdfs:label ?LAF_126_professional_activity_location_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P7_took_place_at ?LAF_126_professional_activity_location .
BIND(?LAF_126_professional_activity_location as ?value) .
OPTIONAL {?LAF_126_professional_activity_location rdfs:label ?LAF_126_professional_activity_location_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_126_professional_activity_location ?LAF_OLD_126_professional_activity_location_label WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P7_took_place_at ?LAF_126_professional_activity_location .
BIND(?LAF_126_professional_activity_location as ?value) .
OPTIONAL {?LAF_126_professional_activity_location rdfs:label ?LAF_126_professional_activity_location_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P7_took_place_at ?LAF_126_professional_activity_location .
BIND(?LAF_126_professional_activity_location as ?value) .
OPTIONAL {?LAF_126_professional_activity_location rdfs:label ?LAF_126_professional_activity_location_label . }} LIMIT 100
reci4Xr223h3NtcI7
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.134
Professional Activity Type
professional_activity_type
This field is used to record the formal type of the documented person's professional activity.
->P14i->E7[126_1]->P2->E55[134_1]
Concept
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P2_has_type ?LAF_134_professional_activity_type .
BIND(?LAF_134_professional_activity_type as ?value) .
OPTIONAL {?LAF_134_professional_activity_type rdfs:label ?LAF_134_professional_activity_type_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P2_has_type ?LAF_134_professional_activity_type .
BIND(?LAF_134_professional_activity_type as ?value) .
OPTIONAL {?LAF_134_professional_activity_type rdfs:label ?LAF_134_professional_activity_type_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_134_professional_activity_type ?LAF_OLD_134_professional_activity_type_label WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P2_has_type ?LAF_134_professional_activity_type .
BIND(?LAF_134_professional_activity_type as ?value) .
OPTIONAL {?LAF_134_professional_activity_type rdfs:label ?LAF_134_professional_activity_type_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P2_has_type ?LAF_134_professional_activity_type .
BIND(?LAF_134_professional_activity_type as ?value) .
OPTIONAL {?LAF_134_professional_activity_type rdfs:label ?LAF_134_professional_activity_type_label . }} LIMIT 100
recSR0M4UR3v0AADK
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.128
Source Reference Work for Professional Activity
professional_activity_source_reference
This field is used to link the documented person's professional activity to a textual source which documents the activity itself.
->P14i->E7[126_1]->P67i->E33[128_1]
Reference Model
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P67i_is_referred_to_by ?LAF_128_professional_activity_source_reference .
BIND(?LAF_128_professional_activity_source_reference as ?value) .
OPTIONAL {?LAF_128_professional_activity_source_reference rdfs:label ?LAF_128_professional_activity_source_reference_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P67i_is_referred_to_by ?LAF_128_professional_activity_source_reference .
BIND(?LAF_128_professional_activity_source_reference as ?value) .
OPTIONAL {?LAF_128_professional_activity_source_reference rdfs:label ?LAF_128_professional_activity_source_reference_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_128_professional_activity_source_reference ?LAF_OLD_128_professional_activity_source_reference_label WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P67i_is_referred_to_by ?LAF_128_professional_activity_source_reference .
BIND(?LAF_128_professional_activity_source_reference as ?value) .
OPTIONAL {?LAF_128_professional_activity_source_reference rdfs:label ?LAF_128_professional_activity_source_reference_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P67i_is_referred_to_by ?LAF_128_professional_activity_source_reference .
BIND(?LAF_128_professional_activity_source_reference as ?value) .
OPTIONAL {?LAF_128_professional_activity_source_reference rdfs:label ?LAF_128_professional_activity_source_reference_label . }} LIMIT 100
recfj6st7myzE1TWp
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.135
Professional Activity Label
professional_activity_label
This field is used to record the string value of the machine readable label used for the documented person's professional activity.
->P14i->E7[126_1]->rdfs:label->rdf:literal
String
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity rdfs:label ?LAF_135_professional_activity_label .
BIND(?LAF_135_professional_activity_label as ?value) .} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity rdfs:label ?LAF_135_professional_activity_label .
BIND(?LAF_135_professional_activity_label as ?value) .} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_135_professional_activity_label ?LAF_OLD_135_professional_activity_label_label WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity rdfs:label ?LAF_135_professional_activity_label .
BIND(?LAF_135_professional_activity_label as ?value) .} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity rdfs:label ?LAF_135_professional_activity_label .
BIND(?LAF_135_professional_activity_label as ?value) .} LIMIT 100
recOTnJmlWsGSgMxg
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.133
TimeSpan of Professional Activity
professional_activity_timespan
This field is used to link the documented person's professional activity to an instance of time-span recording the temporal extent of the activity.
->P14i->E7[126_1]->P4->E52[133_1]
Collection
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P4_has_time-span ?LAF_133_professional_activity_timespan .
BIND(?LAF_133_professional_activity_timespan as ?value) .
OPTIONAL {?LAF_133_professional_activity_timespan rdfs:label ?LAF_133_professional_activity_timespan_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P4_has_time-span ?LAF_133_professional_activity_timespan .
BIND(?LAF_133_professional_activity_timespan as ?value) .
OPTIONAL {?LAF_133_professional_activity_timespan rdfs:label ?LAF_133_professional_activity_timespan_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_133_professional_activity_timespan ?LAF_OLD_133_professional_activity_timespan_label WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P4_has_time-span ?LAF_133_professional_activity_timespan .
BIND(?LAF_133_professional_activity_timespan as ?value) .
OPTIONAL {?LAF_133_professional_activity_timespan rdfs:label ?LAF_133_professional_activity_timespan_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P4_has_time-span ?LAF_133_professional_activity_timespan .
BIND(?LAF_133_professional_activity_timespan as ?value) .
OPTIONAL {?LAF_133_professional_activity_timespan rdfs:label ?LAF_133_professional_activity_timespan_label . }} LIMIT 100
recFduTdKY5x4L1Cu
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.131
Name for Professional Activity
professional_activity_name
This field is used to link the documented person's professional activity to a name that has been attributed to it.
->P14i->E7[126_1]->P1->E33_E41[131_1]
Collection
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P1_is_identified_by ?LAF_131_professional_activity_name .
?LAF_131_professional_activity_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_131_professional_activity_name as ?value) .
OPTIONAL {?LAF_131_professional_activity_name rdfs:label ?LAF_131_professional_activity_name_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P1_is_identified_by ?LAF_131_professional_activity_name .
?LAF_131_professional_activity_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_131_professional_activity_name as ?value) .
OPTIONAL {?LAF_131_professional_activity_name rdfs:label ?LAF_131_professional_activity_name_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_131_professional_activity_name ?LAF_OLD_131_professional_activity_name_label WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P1_is_identified_by ?LAF_131_professional_activity_name .
?LAF_131_professional_activity_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_131_professional_activity_name as ?value) .
OPTIONAL {?LAF_131_professional_activity_name rdfs:label ?LAF_131_professional_activity_name_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P1_is_identified_by ?LAF_131_professional_activity_name .
?LAF_131_professional_activity_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_131_professional_activity_name as ?value) .
OPTIONAL {?LAF_131_professional_activity_name rdfs:label ?LAF_131_professional_activity_name_label . }} LIMIT 100
recNJg9VWjDhSsOLL
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.137
Identifier for Professional Activity
professional_activity_identifier
This field is used to link the documented person's professional activity to an identifier that has been attributed to it.
->P14i->E7[126_1]->P1->E42[137_1]
Collection
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P1_is_identified_by ?LAF_137_professional_activity_identifier .
?LAF_137_professional_activity_identifier a crm:E42_Identifier .
BIND(?LAF_137_professional_activity_identifie as ?value) .
OPTIONAL {?LAF_137_professional_activity_identifier rdfs:label ?LAF_137_professional_activity_identifier_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P1_is_identified_by ?LAF_137_professional_activity_identifier .
?LAF_137_professional_activity_identifier a crm:E42_Identifier .
BIND(?LAF_137_professional_activity_identifie as ?value) .
OPTIONAL {?LAF_137_professional_activity_identifier rdfs:label ?LAF_137_professional_activity_identifier_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_137_professional_activity_identifier ?LAF_OLD_137_professional_activity_identifier_label WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P1_is_identified_by ?LAF_137_professional_activity_identifier .
?LAF_137_professional_activity_identifier a crm:E42_Identifier .
BIND(?LAF_137_professional_activity_identifie as ?value) .
OPTIONAL {?LAF_137_professional_activity_identifier rdfs:label ?LAF_137_professional_activity_identifier_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P1_is_identified_by ?LAF_137_professional_activity_identifier .
?LAF_137_professional_activity_identifier a crm:E42_Identifier .
BIND(?LAF_137_professional_activity_identifie as ?value) .
OPTIONAL {?LAF_137_professional_activity_identifier rdfs:label ?LAF_137_professional_activity_identifier_label . }
} LIMIT 100
recq6idCBJZ2PUkxB
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.138
Statement about Professional Activity
professional_activity_statement
This field is used to link the documented person's professional activity to a statement that describes it.
->P14i->E7[126_1]->P67i->E33[138_1]
Collection
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P67i_is_referred_to_by ?LAF_138_professional_activity_statement .
?LAF_138_professional_activity_statement a crm:E33_Linguistic_Object .
?LAF_138_professional_activity_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_138_professional_activity_statement as ?value) .
OPTIONAL {?LAF_138_professional_activity_statement rdfs:label ?LAF_138_professional_activity_statement_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P67i_is_referred_to_by ?LAF_138_professional_activity_statement .
?LAF_138_professional_activity_statement a crm:E33_Linguistic_Object .
?LAF_138_professional_activity_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_138_professional_activity_statement as ?value) .
OPTIONAL {?LAF_138_professional_activity_statement rdfs:label ?LAF_138_professional_activity_statement_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_138_professional_activity_statement ?LAF_OLD_138_professional_activity_statement_label WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P67i_is_referred_to_by ?LAF_138_professional_activity_statement .
?LAF_138_professional_activity_statement a crm:E33_Linguistic_Object .
?LAF_138_professional_activity_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_138_professional_activity_statement as ?value) .
OPTIONAL {?LAF_138_professional_activity_statement rdfs:label ?LAF_138_professional_activity_statement_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P14i_performed ?LAP_13_professional_activity .
?LAP_13_professional_activity a crm:E7_Activity .
?LAP_13_professional_activity crm:P67i_is_referred_to_by ?LAF_138_professional_activity_statement .
?LAF_138_professional_activity_statement a crm:E33_Linguistic_Object .
?LAF_138_professional_activity_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_138_professional_activity_statement as ?value) .
OPTIONAL {?LAF_138_professional_activity_statement rdfs:label ?LAF_138_professional_activity_statement_label . }} LIMIT 100
recfmbQmMFTYfs7Xq
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.183
Location of Death Event
death_location
This field is used to link the documented event of death to a location at which it occurred.
->P100i->E69[183_1]->P7->E53[183_2]
Reference Model
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P7_took_place_at ?LAF_183_death_location .
BIND(?LAF_183_death_location as ?value) .
OPTIONAL {?LAF_183_death_location rdfs:label ?LAF_183_death_location_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P7_took_place_at ?LAF_183_death_location .
BIND(?LAF_183_death_location as ?value) .
OPTIONAL {?LAF_183_death_location rdfs:label ?LAF_183_death_location_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_183_death_location ?LAF_OLD_183_death_location_label WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P7_took_place_at ?LAF_183_death_location .
BIND(?LAF_183_death_location as ?value) .
OPTIONAL {?LAF_183_death_location rdfs:label ?LAF_183_death_location_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P7_took_place_at ?LAF_183_death_location .
BIND(?LAF_183_death_location as ?value) .
OPTIONAL {?LAF_183_death_location rdfs:label ?LAF_183_death_location_label . }
} LIMIT 100
recOnq2X7HVg9hp5z
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.188
Death Event Type
death_type
This field is used to record the formal type of the documented event of death.
->P100i->E69[183_1]->P2->E55[188_1]
Concept
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P2_has_type ?LAF_188_death_type .
BIND(?LAF_188_death_type as ?value) .
OPTIONAL {?LAF_188_death_type rdfs:label ?LAF_188_death_type_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P2_has_type ?LAF_188_death_type .
BIND(?LAF_188_death_type as ?value) .
OPTIONAL {?LAF_188_death_type rdfs:label ?LAF_188_death_type_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_188_death_type ?LAF_OLD_188_death_type_label WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P2_has_type ?LAF_188_death_type .
BIND(?LAF_188_death_type as ?value) .
OPTIONAL {?LAF_188_death_type rdfs:label ?LAF_188_death_type_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P2_has_type ?LAF_188_death_type .
BIND(?LAF_188_death_type as ?value) .
OPTIONAL {?LAF_188_death_type rdfs:label ?LAF_188_death_type_label . }} LIMIT 100
recvhcZsnG4Ej98mp
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.185
Source Reference Work for Death Event
death_source_reference
This field is used to link the documented event of death to a textual source which documents the event itself.
->P100i->E69[183_1]->P67i->E33[185_1]
Reference Model
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P67i_is_referred_to_by ?LAF_185_death_source_reference .
BIND(?LAF_185_death_source_reference as ?value) .
OPTIONAL {?LAF_185_death_source_reference rdfs:label ?LAF_185_death_source_reference_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P67i_is_referred_to_by ?LAF_185_death_source_reference .
BIND(?LAF_185_death_source_reference as ?value) .
OPTIONAL {?LAF_185_death_source_reference rdfs:label ?LAF_185_death_source_reference_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_185_death_source_reference ?LAF_OLD_185_death_source_reference_label WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P67i_is_referred_to_by ?LAF_185_death_source_reference .
BIND(?LAF_185_death_source_reference as ?value) .
OPTIONAL {?LAF_185_death_source_reference rdfs:label ?LAF_185_death_source_reference_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P67i_is_referred_to_by ?LAF_185_death_source_reference .
BIND(?LAF_185_death_source_reference as ?value) .
OPTIONAL {?LAF_185_death_source_reference rdfs:label ?LAF_185_death_source_reference_label . }} LIMIT 100
recCkdq3zl2t6rANU
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.189
Death Event Label
death_label
This field is used to record the string value of the machine readable label used for the documented event of death.
->P100i->E69[183_1]->rdfs:label->rdf:literal
String
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death rdfs:label ?LAF_189_death_label .
BIND(?LAF_189_death_label as ?value) .} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death rdfs:label ?LAF_189_death_label .
BIND(?LAF_189_death_label as ?value) .} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_189_death_label ?LAF_OLD_189_death_label_label WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death rdfs:label ?LAF_189_death_label .
BIND(?LAF_189_death_label as ?value) .} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death rdfs:label ?LAF_189_death_label .
BIND(?LAF_189_death_label as ?value) .} LIMIT 100
reciKDrOOaclaXgXA
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.187
TimeSpan of Death Event
death_timespan
This field is used to link the documented event of death to an instance of time-span recording the temporal extent of the event.
->P100i->E69[183_1]->P4->E52[187_1]
Collection
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P4_has_time-span ?LAF_187_death_timespan .
BIND(?LAF_187_death_timespan as ?value) .
OPTIONAL {?LAF_187_death_timespan rdfs:label ?LAF_187_death_timespan_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P4_has_time-span ?LAF_187_death_timespan .
BIND(?LAF_187_death_timespan as ?value) .
OPTIONAL {?LAF_187_death_timespan rdfs:label ?LAF_187_death_timespan_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_187_death_timespan ?LAF_OLD_187_death_timespan_label WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P4_has_time-span ?LAF_187_death_timespan .
BIND(?LAF_187_death_timespan as ?value) .
OPTIONAL {?LAF_187_death_timespan rdfs:label ?LAF_187_death_timespan_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P4_has_time-span ?LAF_187_death_timespan .
BIND(?LAF_187_death_timespan as ?value) .
OPTIONAL {?LAF_187_death_timespan rdfs:label ?LAF_187_death_timespan_label . }} LIMIT 100
recr2BqRZAwGD23uW
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.186
Name for Death Event
death_name
This field is used to link the documented event of death to a name that has been attributed to it.
->P100i->E69[183_1]->P1->E33_E41[186_1]
Collection
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P1_is_identified_by ?LAF_186_death_name .
?LAF_186_death_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_186_death_name as ?value) .
OPTIONAL {?LAF_186_death_name rdfs:label ?LAF_186_death_name_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P1_is_identified_by ?LAF_186_death_name .
?LAF_186_death_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_186_death_name as ?value) .
OPTIONAL {?LAF_186_death_name rdfs:label ?LAF_186_death_name_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_186_death_name ?LAF_OLD_186_death_name_label WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P1_is_identified_by ?LAF_186_death_name .
?LAF_186_death_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_186_death_name as ?value) .
OPTIONAL {?LAF_186_death_name rdfs:label ?LAF_186_death_name_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P1_is_identified_by ?LAF_186_death_name .
?LAF_186_death_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_186_death_name as ?value) .
OPTIONAL {?LAF_186_death_name rdfs:label ?LAF_186_death_name_label . }} LIMIT 100
recFhx1b4rlNGVEHe
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.190
Identifier for Death Event
death_identifier
This field is used to link the documented event of death to an identifier that has been attributed to it.
->P100i->E69[183_1]->P1->E42[190_1]
Collection
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P1_is_identified_by ?LAF_190_death_identifier .
?LAF_190_death_identifier a crm:E42_Identifier .
BIND(?LAF_190_death_identifier as ?value) .
OPTIONAL {?LAF_190_death_identifier rdfs:label ?LAF_190_death_identifier_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P1_is_identified_by ?LAF_190_death_identifier .
?LAF_190_death_identifier a crm:E42_Identifier .
BIND(?LAF_190_death_identifier as ?value) .
OPTIONAL {?LAF_190_death_identifier rdfs:label ?LAF_190_death_identifier_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_190_death_identifier ?LAF_OLD_190_death_identifier_label WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P1_is_identified_by ?LAF_190_death_identifier .
?LAF_190_death_identifier a crm:E42_Identifier .
BIND(?LAF_190_death_identifier as ?value) .
OPTIONAL {?LAF_190_death_identifier rdfs:label ?LAF_190_death_identifier_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P1_is_identified_by ?LAF_190_death_identifier .
?LAF_190_death_identifier a crm:E42_Identifier .
BIND(?LAF_190_death_identifier as ?value) .
OPTIONAL {?LAF_190_death_identifier rdfs:label ?LAF_190_death_identifier_label . }} LIMIT 100
rec9VHqYQPIA46sZW
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.191
Statement about Death Event
death_statement
This field is used to link the documented event of death to a statement that describes it.
->P100i->E69[183_1]->P67i->E33[191_1]
Collection
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P67i_is_referred_to_by ?LAF_191_death_statement .
?LAF_191_death_statement a crm:E33_Linguistic_Object .
?LAF_191_death_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_191_death_statement as ?value) .
OPTIONAL {?LAF_191_death_statement rdfs:label ?LAF_191_death_statement_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P67i_is_referred_to_by ?LAF_191_death_statement .
?LAF_191_death_statement a crm:E33_Linguistic_Object .
?LAF_191_death_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_191_death_statement as ?value) .
OPTIONAL {?LAF_191_death_statement rdfs:label ?LAF_191_death_statement_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_191_death_statement ?LAF_OLD_191_death_statement_label WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P67i_is_referred_to_by ?LAF_191_death_statement .
?LAF_191_death_statement a crm:E33_Linguistic_Object .
?LAF_191_death_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_191_death_statement as ?value) .
OPTIONAL {?LAF_191_death_statement rdfs:label ?LAF_191_death_statement_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P100i_died_in ?LAP_19_death .
?LAP_19_death a crm:E69_Death .
?LAP_19_death crm:P67i_is_referred_to_by ?LAF_191_death_statement .
?LAF_191_death_statement a crm:E33_Linguistic_Object .
?LAF_191_death_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_191_death_statement as ?value) .
OPTIONAL {?LAF_191_death_statement rdfs:label ?LAF_191_death_statement_label . }
} LIMIT 100
reciMv7Jn9Mh6hfFN
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.429
Data Assigner
data_assignment_actor
This field is used to indicate the actor responsible for the event of data assignment.
->p141i->E13[429_1]->P14->E39[429_2]
Reference Model
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P14_carried_out_by ?LAF_429_data_assignment_actor .
BIND(?LAF_429_data_assignment_actor as ?value) .
OPTIONAL {?LAF_429_data_assignment_actor rdfs:label ?LAF_429_data_assignment_actor_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P14_carried_out_by ?LAF_429_data_assignment_actor .
BIND(?LAF_429_data_assignment_actor as ?value) .
OPTIONAL {?LAF_429_data_assignment_actor rdfs:label ?LAF_429_data_assignment_actor_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_429_data_assignment_actor ?LAF_OLD_429_data_assignment_actor_label WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P14_carried_out_by ?LAF_429_data_assignment_actor .
BIND(?LAF_429_data_assignment_actor as ?value) .
OPTIONAL {?LAF_429_data_assignment_actor rdfs:label ?LAF_429_data_assignment_actor_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P14_carried_out_by ?LAF_429_data_assignment_actor .
BIND(?LAF_429_data_assignment_actor as ?value) .
OPTIONAL {?LAF_429_data_assignment_actor rdfs:label ?LAF_429_data_assignment_actor_label . }} LIMIT 100
recluG2MWFwu85XFS
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.553
Object Used in Data Assignment
data_assignment_object_used
This field is used to link to an object that was specifically used in the context of the event of the data assignment.
->p140i->E13[429_1]->p16->E70[553_1]
Reference Model
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P16_used_specific_object ?LAF_553_data_assignment_object_used .
BIND(?LAF_553_data_assignment_object_used as ?value) .
OPTIONAL {?LAF_553_data_assignment_object_used rdfs:label ?LAF_553_data_assignment_object_used_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P16_used_specific_object ?LAF_553_data_assignment_object_used .
BIND(?LAF_553_data_assignment_object_used as ?value) .
OPTIONAL {?LAF_553_data_assignment_object_used rdfs:label ?LAF_553_data_assignment_object_used_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_553_data_assignment_object_used ?LAF_OLD_553_data_assignment_object_used_label WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P16_used_specific_object ?LAF_553_data_assignment_object_used .
BIND(?LAF_553_data_assignment_object_used as ?value) .
OPTIONAL {?LAF_553_data_assignment_object_used rdfs:label ?LAF_553_data_assignment_object_used_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P16_used_specific_object ?LAF_553_data_assignment_object_used .
BIND(?LAF_553_data_assignment_object_used as ?value) .
OPTIONAL {?LAF_553_data_assignment_object_used rdfs:label ?LAF_553_data_assignment_object_used_label . }} LIMIT 100
recPurCF690rN9NZ3
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.430
Type of Data Assignment
data_assignment_type
This field is used to indicate the type of the event of data assignment.
->p141i->E13[429_1]->P2->E55[430_1]
Concept
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P2_has_type ?LAF_430_data_assignment_type .
BIND(?LAF_430_data_assignment_type as ?value) .
OPTIONAL {?LAF_430_data_assignment_type rdfs:label ?LAF_430_data_assignment_type_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P2_has_type ?LAF_430_data_assignment_type .
BIND(?LAF_430_data_assignment_type as ?value) .
OPTIONAL {?LAF_430_data_assignment_type rdfs:label ?LAF_430_data_assignment_type_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_430_data_assignment_type ?LAF_OLD_430_data_assignment_type_label WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P2_has_type ?LAF_430_data_assignment_type .
BIND(?LAF_430_data_assignment_type as ?value) .
OPTIONAL {?LAF_430_data_assignment_type rdfs:label ?LAF_430_data_assignment_type_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P2_has_type ?LAF_430_data_assignment_type .
BIND(?LAF_430_data_assignment_type as ?value) .
OPTIONAL {?LAF_430_data_assignment_type rdfs:label ?LAF_430_data_assignment_type_label . }} LIMIT 100
recKgO2BRijh9Hk4e
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.431
Data Assignment Label
data_assignment_label
This field is used to indicate the machine readable label for the event of data assignment.
->p141i->E13[429_1]->rdfs:label->rdf:literal
String
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment rdfs:label ?LAF_431_data_assignment_label .
BIND(?LAF_431_data_assignment_label as ?value) .} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment rdfs:label ?LAF_431_data_assignment_label .
BIND(?LAF_431_data_assignment_label as ?value) .} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_431_data_assignment_label ?LAF_OLD_431_data_assignment_label_label WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment rdfs:label ?LAF_431_data_assignment_label .
BIND(?LAF_431_data_assignment_label as ?value) .} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment rdfs:label ?LAF_431_data_assignment_label .
BIND(?LAF_431_data_assignment_label as ?value) .} LIMIT 100
recu4tm6SaVUucGCt
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.433
TimeSpan of Data Assignment
data_assignment_timespan
This field is used to indicate the timespan for the event of data assignment.
->p141i->E13[429_1]->p4->E52[433_1]
Collection
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P4_has_time-span ?LAF_433_data_assignment_timespan .
BIND(?LAF_433_data_assignment_timespan as ?value) .
OPTIONAL {?LAF_433_data_assignment_timespan rdfs:label ?LAF_433_data_assignment_timespan_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P4_has_time-span ?LAF_433_data_assignment_timespan .
BIND(?LAF_433_data_assignment_timespan as ?value) .
OPTIONAL {?LAF_433_data_assignment_timespan rdfs:label ?LAF_433_data_assignment_timespan_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_433_data_assignment_timespan ?LAF_OLD_433_data_assignment_timespan_label WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P4_has_time-span ?LAF_433_data_assignment_timespan .
BIND(?LAF_433_data_assignment_timespan as ?value) .
OPTIONAL {?LAF_433_data_assignment_timespan rdfs:label ?LAF_433_data_assignment_timespan_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P4_has_time-span ?LAF_433_data_assignment_timespan .
BIND(?LAF_433_data_assignment_timespan as ?value) .
OPTIONAL {?LAF_433_data_assignment_timespan rdfs:label ?LAF_433_data_assignment_timespan_label . }} LIMIT 100
recQ07OEimde2JC2J
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.432
Name of Data Assignment
data_assignment_name
This field is used to indicate the name given to the event of data assignment.
->p141i->E13[429_1]->p1->E41[432_1]
Collection
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P1_is_identified_by ?LAF_432_data_assignment_name .
?LAF_432_data_assignment_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_432_data_assignment_name as ?value) .
OPTIONAL {?LAF_432_data_assignment_name rdfs:label ?LAF_432_data_assignment_name_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P1_is_identified_by ?LAF_432_data_assignment_name .
?LAF_432_data_assignment_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_432_data_assignment_name as ?value) .
OPTIONAL {?LAF_432_data_assignment_name rdfs:label ?LAF_432_data_assignment_name_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_432_data_assignment_name ?LAF_OLD_432_data_assignment_name_label WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P1_is_identified_by ?LAF_432_data_assignment_name .
?LAF_432_data_assignment_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_432_data_assignment_name as ?value) .
OPTIONAL {?LAF_432_data_assignment_name rdfs:label ?LAF_432_data_assignment_name_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P1_is_identified_by ?LAF_432_data_assignment_name .
?LAF_432_data_assignment_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_432_data_assignment_name as ?value) .
OPTIONAL {?LAF_432_data_assignment_name rdfs:label ?LAF_432_data_assignment_name_label . }} LIMIT 100
recXYpxTl6uOqGSMS
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF_OLD.552
Statement about Data Assignment
data_assignment_statement
This field is used to document free text statements about the event of data assignment.
->p141i->E13[429_1]->p67i->E33[552_1]
Collection
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P67i_is_referred_to_by ?LAF_552_data_assignment_statement .
?LAF_552_data_assignment_statement a crm:E33_Linguistic_Object .
?LAF_552_data_assignment_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_552_data_assignment_statement as ?value) .
OPTIONAL {?LAF_552_data_assignment_statement rdfs:label ?LAF_552_data_assignment_statement_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P67i_is_referred_to_by ?LAF_552_data_assignment_statement .
?LAF_552_data_assignment_statement a crm:E33_Linguistic_Object .
?LAF_552_data_assignment_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_552_data_assignment_statement as ?value) .
OPTIONAL {?LAF_552_data_assignment_statement rdfs:label ?LAF_552_data_assignment_statement_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_OLD_552_data_assignment_statement ?LAF_OLD_552_data_assignment_statement_label WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P67i_is_referred_to_by ?LAF_552_data_assignment_statement .
?LAF_552_data_assignment_statement a crm:E33_Linguistic_Object .
?LAF_552_data_assignment_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_552_data_assignment_statement as ?value) .
OPTIONAL {?LAF_552_data_assignment_statement rdfs:label ?LAF_552_data_assignment_statement_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E21_Person .?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P67i_is_referred_to_by ?LAF_552_data_assignment_statement .
?LAF_552_data_assignment_statement a crm:E33_Linguistic_Object .
?LAF_552_data_assignment_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_552_data_assignment_statement as ?value) .
OPTIONAL {?LAF_552_data_assignment_statement rdfs:label ?LAF_552_data_assignment_statement_label . }} LIMIT 100
recKxgcL9OIIovhqL
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate SPARQL Count Query
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System