Person

Derivative Generators

Attributes

KeyField
LAM_OLD.9_person
Identifier
LAM_OLD.9
Name
Person
Description
An individual human person, alive or dead. This is used for artists or other creators, current staff and researchers, and anyone else.
Documentation
https://linked.art/model/actor/
API Documentation
https://linked.art/api/1.0/endpoint/person/
Arches Example
http://www.thesemantictakin.com:8000/graph_designer/9ffb6fcc-b4b4-11ea-84f7-3af9d3b32b71
SparQL List
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 .} LIMIT 100
SparQL Count
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(?subject) as ?subject_count) WHERE { ?subject a crm:E21_Person .}
Count

Ontology Graph

Instance Graph

Turtle RDF


JSON-LD

Samples

Person Person Label

Fields

[CAT.1] Names and Identifiers

Identifier Name Field System Name Description CRM Path Expected Value Type SparQL List SparQL Count SparQL List Distinct SparQL Count Distinct Field
LAF_OLD.6 Name name_content This field is used to record the string value of the name attributed to the documented person. ->p1->E33_E41[4_1]->p190->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:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P190_has_symbolic_content ?LAF_6_name_content . BIND(?LAF_6_name_content 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:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P190_has_symbolic_content ?LAF_6_name_content . BIND(?LAF_6_name_content 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_6_name_content ?LAF_OLD_6_name_content_label WHERE { ?subject a crm:E21_Person .?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P190_has_symbolic_content ?LAF_6_name_content . BIND(?LAF_6_name_content 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:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P190_has_symbolic_content ?LAF_6_name_content . BIND(?LAF_6_name_content as ?value) . } LIMIT 100 rect058aFRxVgHrNp
LAF_OLD.5 Name Type name_type This field is used to record the type of the name attributed to the documented person. ->p1->E33_E41[4_1]->p2->E55[5_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:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P2_has_type ?LAF_5_name_type . BIND(?LAF_5_name_type as ?value) . OPTIONAL { ?LAF_5_name_type rdfs:label ?LAF_5_name_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:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P2_has_type ?LAF_5_name_type . BIND(?LAF_5_name_type as ?value) . OPTIONAL { ?LAF_5_name_type rdfs:label ?LAF_5_name_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_5_name_type ?LAF_OLD_5_name_type_label WHERE { ?subject a crm:E21_Person .?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P2_has_type ?LAF_5_name_type . BIND(?LAF_5_name_type as ?value) . OPTIONAL { ?LAF_5_name_type rdfs:label ?LAF_5_name_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:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P2_has_type ?LAF_5_name_type . BIND(?LAF_5_name_type as ?value) . OPTIONAL { ?LAF_5_name_type rdfs:label ?LAF_5_name_type_label . } } LIMIT 100 recSQDDsYM8LHc5jI
LAF_OLD.7 Name Language name_language This field is used to record the language of the name attributed to the documented person. ->p1->E33_E41[4_1]->p72->E56[7_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:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P72_has_language ?LAF_7_name_language . BIND(?LAF_7_name_language as ?value) . OPTIONAL { ?LAF_7_name_language rdfs:label ?LAF_7_name_language_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:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P72_has_language ?LAF_7_name_language . BIND(?LAF_7_name_language as ?value) . OPTIONAL { ?LAF_7_name_language rdfs:label ?LAF_7_name_language_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_7_name_language ?LAF_OLD_7_name_language_label WHERE { ?subject a crm:E21_Person .?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P72_has_language ?LAF_7_name_language . BIND(?LAF_7_name_language as ?value) . OPTIONAL { ?LAF_7_name_language rdfs:label ?LAF_7_name_language_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:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P72_has_language ?LAF_7_name_language . BIND(?LAF_7_name_language as ?value) . OPTIONAL { ?LAF_7_name_language rdfs:label ?LAF_7_name_language_label . } } LIMIT 100 recx6DEv1GmIprdKT
LAF_OLD.44 Source Reference Work for Name name_source_reference This field is used to link to a source text in which the name denoting the documented person is used. ->p1->E33_E41[4_1]->p67i->E33[44_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:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P67i_is_referred_to_by ?LAF_44_name_source_reference . BIND(?LAF_44_name_source_reference as ?value) . OPTIONAL {?LAF_44_name_source_reference rdfs:label ?LAF_44_name_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:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P67i_is_referred_to_by ?LAF_44_name_source_reference . BIND(?LAF_44_name_source_reference as ?value) . OPTIONAL {?LAF_44_name_source_reference rdfs:label ?LAF_44_name_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_44_name_source_reference ?LAF_OLD_44_name_source_reference_label WHERE { ?subject a crm:E21_Person .?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P67i_is_referred_to_by ?LAF_44_name_source_reference . BIND(?LAF_44_name_source_reference as ?value) . OPTIONAL {?LAF_44_name_source_reference rdfs:label ?LAF_44_name_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:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P67i_is_referred_to_by ?LAF_44_name_source_reference . BIND(?LAF_44_name_source_reference as ?value) . OPTIONAL {?LAF_44_name_source_reference rdfs:label ?LAF_44_name_source_reference_label . } } LIMIT 100 recdX8i8aJFyGuUWf
LAF_OLD.4 Name Label name_label This field is used to record the string value of the machine readable label used for displaying the instance of name that is used to denote the documented person. ->p1->E33_E41[4_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:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name rdfs:label ?LAF_4_name_label . BIND(?LAF_4_name_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:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name rdfs:label ?LAF_4_name_label . BIND(?LAF_4_name_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_4_name_label ?LAF_OLD_4_name_label_label WHERE { ?subject a crm:E21_Person .?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name rdfs:label ?LAF_4_name_label . BIND(?LAF_4_name_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:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name rdfs:label ?LAF_4_name_label . BIND(?LAF_4_name_label as ?value) .} LIMIT 100 recfcjoEcjN1GIBgS
LAF_OLD.500 Name part name_part This field is used to link the documented name of an entity to its relevant name part. ->p1->E33_E41[4_1]->p106->E33_E41[500_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:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P106_is_composed_of ?LAF_500_name_part . BIND(?LAF_500_name_part as ?value) . OPTIONAL { ?LAF_500_name_part rdfs:label ?LAF_500_name_part_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:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P106_is_composed_of ?LAF_500_name_part . BIND(?LAF_500_name_part as ?value) . OPTIONAL { ?LAF_500_name_part rdfs:label ?LAF_500_name_part_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_500_name_part ?LAF_OLD_500_name_part_label WHERE { ?subject a crm:E21_Person .?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P106_is_composed_of ?LAF_500_name_part . BIND(?LAF_500_name_part as ?value) . OPTIONAL { ?LAF_500_name_part rdfs:label ?LAF_500_name_part_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:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P106_is_composed_of ?LAF_500_name_part . BIND(?LAF_500_name_part as ?value) . OPTIONAL { ?LAF_500_name_part rdfs:label ?LAF_500_name_part_label . } } LIMIT 100 recEy8nWOh68KOG18
LAF_OLD.10 Identifier identifier_content This field is used to record an identifier attributed to the documented person. ->p1->E42[8_1]->p190->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:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P190_has_symbolic_content ?LAF_10_identifier_content . BIND(?LAF_10_identifier_content 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:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P190_has_symbolic_content ?LAF_10_identifier_content . BIND(?LAF_10_identifier_content 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_10_identifier_content ?LAF_OLD_10_identifier_content_label WHERE { ?subject a crm:E21_Person .?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P190_has_symbolic_content ?LAF_10_identifier_content . BIND(?LAF_10_identifier_content 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:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P190_has_symbolic_content ?LAF_10_identifier_content . BIND(?LAF_10_identifier_content as ?value) . } LIMIT 100 recLMov5hS0XQD9tf
LAF_OLD.9 Identifier Type identifier_type This field is used to record the type of the identifier attributed to the documented person. ->p1->E42[8_1]->p2->E55[9_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:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P2_has_type ?LAF_9_identifier_type . BIND(?LAF_9_identifier_type as ?value) . OPTIONAL { ?LAF_9_identifier_type rdfs:label ?LAF_9_identifier_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:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P2_has_type ?LAF_9_identifier_type . BIND(?LAF_9_identifier_type as ?value) . OPTIONAL { ?LAF_9_identifier_type rdfs:label ?LAF_9_identifier_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_9_identifier_type ?LAF_OLD_9_identifier_type_label WHERE { ?subject a crm:E21_Person .?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P2_has_type ?LAF_9_identifier_type . BIND(?LAF_9_identifier_type as ?value) . OPTIONAL { ?LAF_9_identifier_type rdfs:label ?LAF_9_identifier_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:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P2_has_type ?LAF_9_identifier_type . BIND(?LAF_9_identifier_type as ?value) . OPTIONAL { ?LAF_9_identifier_type rdfs:label ?LAF_9_identifier_type_label . }} LIMIT 100 recVpTd5ABdwoBAwR
LAF_OLD.45 Source Reference Work for Identifier identifier_source_reference This field is used to link to a source text in which the identifier denoting the documented person is used. ->p1->E42[8_1]->p67i->E33[45_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:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P67i_is_referred_to_by ?LAF_45_identifier_source_reference . BIND(?LAF_45_identifier_source_reference as ?value) . OPTIONAL {?LAF_45_identifier_source_reference rdfs:label ?LAF_45_identifier_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:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P67i_is_referred_to_by ?LAF_45_identifier_source_reference . BIND(?LAF_45_identifier_source_reference as ?value) . OPTIONAL {?LAF_45_identifier_source_reference rdfs:label ?LAF_45_identifier_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_45_identifier_source_reference ?LAF_OLD_45_identifier_source_reference_label WHERE { ?subject a crm:E21_Person .?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P67i_is_referred_to_by ?LAF_45_identifier_source_reference . BIND(?LAF_45_identifier_source_reference as ?value) . OPTIONAL {?LAF_45_identifier_source_reference rdfs:label ?LAF_45_identifier_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:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P67i_is_referred_to_by ?LAF_45_identifier_source_reference . BIND(?LAF_45_identifier_source_reference as ?value) . OPTIONAL {?LAF_45_identifier_source_reference rdfs:label ?LAF_45_identifier_source_reference_label . }} LIMIT 100 recgfh1ID6uxeBP2y
LAF_OLD.8 Identifier Label identifier_label This field is used to record the string value of the machine readable label used for displaying the instance of identifier that is used to denote the documented person. ->p1->E42[8_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:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier rdfs:label ?LAF_8_identifier_label . BIND(?LAF_8_identifier_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:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier rdfs:label ?LAF_8_identifier_label . BIND(?LAF_8_identifier_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_8_identifier_label ?LAF_OLD_8_identifier_label_label WHERE { ?subject a crm:E21_Person .?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier rdfs:label ?LAF_8_identifier_label . BIND(?LAF_8_identifier_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:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier rdfs:label ?LAF_8_identifier_label . BIND(?LAF_8_identifier_label as ?value) .} LIMIT 100 recWMQaB5yyprPgF1
LAF_OLD.434 Identifier Data Assignment identifier_data_assignment This field is used to indicate the details of the data assignment of this identifier to the documented object. ->p1->E42[8_1]->p141i->E13[434_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:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P141i_was_assigned_by ?LAF_434_identifier_data_assignment . BIND(?LAF_434_identifier_data_assignment as ?value) . OPTIONAL {?LAF_434_identifier_data_assignment rdfs:label ?LAF_434_identifier_data_assignment_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:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P141i_was_assigned_by ?LAF_434_identifier_data_assignment . BIND(?LAF_434_identifier_data_assignment as ?value) . OPTIONAL {?LAF_434_identifier_data_assignment rdfs:label ?LAF_434_identifier_data_assignment_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_434_identifier_data_assignment ?LAF_OLD_434_identifier_data_assignment_label WHERE { ?subject a crm:E21_Person .?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P141i_was_assigned_by ?LAF_434_identifier_data_assignment . BIND(?LAF_434_identifier_data_assignment as ?value) . OPTIONAL {?LAF_434_identifier_data_assignment rdfs:label ?LAF_434_identifier_data_assignment_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:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P141i_was_assigned_by ?LAF_434_identifier_data_assignment . BIND(?LAF_434_identifier_data_assignment as ?value) . OPTIONAL {?LAF_434_identifier_data_assignment rdfs:label ?LAF_434_identifier_data_assignment_label . }} LIMIT 100 recdHHbPr3JgEg6NI
LAF_OLD.170 Contact Point contact_point_content This field is used to record a contact point attributed to the documented actor. ->P76->E42[168_1]->P190->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:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point crm:P190_has_symbolic_content ?LAF_170_contact_point_content . BIND(?LAF_170_contact_point_content 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:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point crm:P190_has_symbolic_content ?LAF_170_contact_point_content . BIND(?LAF_170_contact_point_content 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_170_contact_point_content ?LAF_OLD_170_contact_point_content_label WHERE { ?subject a crm:E21_Person .?subject crm:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point crm:P190_has_symbolic_content ?LAF_170_contact_point_content . BIND(?LAF_170_contact_point_content 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:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point crm:P190_has_symbolic_content ?LAF_170_contact_point_content . BIND(?LAF_170_contact_point_content as ?value) . } LIMIT 100 reclcVTuNnS2876SK
LAF_OLD.169 Contact Point Type contact_point_type This field is used to record the type of the contact point attributed to the documented actor. ->P76->E42[168_1]->P2->E55[169_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:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point crm:P2_has_type ?LAF_169_contact_point_type . BIND(?LAF_169_contact_point_type as ?value) . OPTIONAL { ?LAF_169_contact_point_type rdfs:label ?LAF_169_contact_point_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:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point crm:P2_has_type ?LAF_169_contact_point_type . BIND(?LAF_169_contact_point_type as ?value) . OPTIONAL { ?LAF_169_contact_point_type rdfs:label ?LAF_169_contact_point_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_169_contact_point_type ?LAF_OLD_169_contact_point_type_label WHERE { ?subject a crm:E21_Person .?subject crm:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point crm:P2_has_type ?LAF_169_contact_point_type . BIND(?LAF_169_contact_point_type as ?value) . OPTIONAL { ?LAF_169_contact_point_type rdfs:label ?LAF_169_contact_point_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:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point crm:P2_has_type ?LAF_169_contact_point_type . BIND(?LAF_169_contact_point_type as ?value) . OPTIONAL { ?LAF_169_contact_point_type rdfs:label ?LAF_169_contact_point_type_label . }} LIMIT 100 recSv8ZHUf6I4DRdp
LAF_OLD.168 Contact Point Label contact_point_label This field is used to record the string value of the machine readable label used for displaying the instance of contact point that is used to denote the documented actor. ->P76->E42[168_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:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point rdfs:label ?LAF_168_contact_point_label . BIND(?LAF_168_contact_point_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:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point rdfs:label ?LAF_168_contact_point_label . BIND(?LAF_168_contact_point_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_168_contact_point_label ?LAF_OLD_168_contact_point_label_label WHERE { ?subject a crm:E21_Person .?subject crm:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point rdfs:label ?LAF_168_contact_point_label . BIND(?LAF_168_contact_point_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:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point rdfs:label ?LAF_168_contact_point_label . BIND(?LAF_168_contact_point_label as ?value) .} LIMIT 100 recXI1GSVRXRyQCMm
LAF_OLD.578 Exact Match equivalent This field is used to document a URI which is meant to indicate an equivalence between the documented person and a resolvable, structured reference resource that stands as a document for this self same entity. ->la:equivalent ->E1[578_1] uri 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 la:equivalent ?LAP_58_equivalence . ?LAP_58_equivalence a crm:E1_CRM_Entity . BIND(?LAF_578_equivalent as ?value) . OPTIONAL {?LAF_578_equivalent rdfs:label ?LAF_578_equivalent_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 la:equivalent ?LAP_58_equivalence . ?LAP_58_equivalence a crm:E1_CRM_Entity . BIND(?LAF_578_equivalent as ?value) . OPTIONAL {?LAF_578_equivalent rdfs:label ?LAF_578_equivalent_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_578_equivalent ?LAF_OLD_578_equivalent_label WHERE { ?subject a crm:E21_Person .?subject la:equivalent ?LAP_58_equivalence . ?LAP_58_equivalence a crm:E1_CRM_Entity . BIND(?LAF_578_equivalent as ?value) . OPTIONAL {?LAF_578_equivalent rdfs:label ?LAF_578_equivalent_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 la:equivalent ?LAP_58_equivalence . ?LAP_58_equivalence a crm:E1_CRM_Entity . BIND(?LAF_578_equivalent as ?value) . OPTIONAL {?LAF_578_equivalent rdfs:label ?LAF_578_equivalent_label . }} LIMIT 100 rec0gjhcHT8lFmzd4

Ontology Graph

Instance Graph

Turtle RDF


JSON-LD

Equivalent: Sample

Subject Equivalent
Count:

Name: Sample

Subject Name Part Name Type Source Reference Work for Name Name Label Name Name Language
Count:

Identifier: Sample

Subject Identifier Identifier Type Identifier Label Identifier Data Assignment Source Reference Work for Identifier
Count:

Contact Point: Sample

Subject Contact Point Type Contact Point Label Contact Point
Count:

[CAT.16] Classification

Identifier Name Field System Name Description CRM Path Expected Value Type SparQL List SparQL Count SparQL List Distinct SparQL Count Distinct Field
LAF_OLD.11 Type type This field is used to record the formal type of the documented person. ->p2->E55[11_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:P2_has_type ?LAP_3_type . ?LAP_3_type a crm:E55_Type . BIND (?LAP_3_type as ?LAF_11_type) . BIND(?LAF_11_type as ?value) . OPTIONAL {?LAF_11_type rdfs:label ?LAF_11_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:P2_has_type ?LAP_3_type . ?LAP_3_type a crm:E55_Type . BIND (?LAP_3_type as ?LAF_11_type) . BIND(?LAF_11_type as ?value) . OPTIONAL {?LAF_11_type rdfs:label ?LAF_11_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_11_type ?LAF_OLD_11_type_label WHERE { ?subject a crm:E21_Person .?subject crm:P2_has_type ?LAP_3_type . ?LAP_3_type a crm:E55_Type . BIND (?LAP_3_type as ?LAF_11_type) . BIND(?LAF_11_type as ?value) . OPTIONAL {?LAF_11_type rdfs:label ?LAF_11_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:P2_has_type ?LAP_3_type . ?LAP_3_type a crm:E55_Type . BIND (?LAP_3_type as ?LAF_11_type) . BIND(?LAF_11_type as ?value) . OPTIONAL {?LAF_11_type rdfs:label ?LAF_11_type_label . } } LIMIT 100 recbJPEAXPPT61g08
LAF_OLD.230 Gender gender This field is used to record the gender of the documented person. ->p2->E55[230_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:P2_has_type ?PIRP_45_gender . ?PIRP_45_gender a crm:E55_Type ; crm:P2_has_type <http://vocab.getty.edu/aat/300411835> . BIND (?PIRP_45_gender as ?LAF_230_gender) . BIND (?PIRP_45_gender as ?value) . OPTIONAL {?LAF_230_gender rdfs:label ?LAF_230_gender_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:P2_has_type ?PIRP_45_gender . ?PIRP_45_gender a crm:E55_Type ; crm:P2_has_type <http://vocab.getty.edu/aat/300411835> . BIND (?PIRP_45_gender as ?LAF_230_gender) . BIND (?PIRP_45_gender as ?value) . OPTIONAL {?LAF_230_gender rdfs:label ?LAF_230_gender_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_230_gender ?LAF_OLD_230_gender_label WHERE { ?subject a crm:E21_Person .?subject crm:P2_has_type ?PIRP_45_gender . ?PIRP_45_gender a crm:E55_Type ; crm:P2_has_type <http://vocab.getty.edu/aat/300411835> . BIND (?PIRP_45_gender as ?LAF_230_gender) . BIND (?PIRP_45_gender as ?value) . OPTIONAL {?LAF_230_gender rdfs:label ?LAF_230_gender_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:P2_has_type ?PIRP_45_gender . ?PIRP_45_gender a crm:E55_Type ; crm:P2_has_type <http://vocab.getty.edu/aat/300411835> . BIND (?PIRP_45_gender as ?LAF_230_gender) . BIND (?PIRP_45_gender as ?value) . OPTIONAL {?LAF_230_gender rdfs:label ?LAF_230_gender_label . }} LIMIT 100 recFUdkICCEZttTCK
LAF_OLD.628 Gender Metatype gender_metatype This field is used to document the type of a formal type of the gender of an actor. ->p2->E55[230_1]->p2->E55[628_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 .} 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 .} 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_628_gender_metatype ?LAF_OLD_628_gender_metatype_label WHERE { ?subject a crm:E21_Person .} 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 .} LIMIT 100 recOHBOK7ovcfdmhk
LAF_OLD.229 Nationality nationality This field is used to record the nationality of the documented person. ->p2->E55[229_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:P2_has_type ?PIRP_43_nationality . ?PIRP_43_nationality a crm:E55_Type . ?PIRP_43_nationality crm:P2_has_type <http://vocab.getty.edu/aat/300379842> . BIND (?PIRP_43_nationality as ?value) . BIND (?PIRP_43_nationality as ?LAF_229_nationality) . OPTIONAL {?LAF_229_nationality rdfs:label ?LAF_229_nationality_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:P2_has_type ?PIRP_43_nationality . ?PIRP_43_nationality a crm:E55_Type . ?PIRP_43_nationality crm:P2_has_type <http://vocab.getty.edu/aat/300379842> . BIND (?PIRP_43_nationality as ?value) . BIND (?PIRP_43_nationality as ?LAF_229_nationality) . OPTIONAL {?LAF_229_nationality rdfs:label ?LAF_229_nationality_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_229_nationality ?LAF_OLD_229_nationality_label WHERE { ?subject a crm:E21_Person .?subject crm:P2_has_type ?PIRP_43_nationality . ?PIRP_43_nationality a crm:E55_Type . ?PIRP_43_nationality crm:P2_has_type <http://vocab.getty.edu/aat/300379842> . BIND (?PIRP_43_nationality as ?value) . BIND (?PIRP_43_nationality as ?LAF_229_nationality) . OPTIONAL {?LAF_229_nationality rdfs:label ?LAF_229_nationality_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:P2_has_type ?PIRP_43_nationality . ?PIRP_43_nationality a crm:E55_Type . ?PIRP_43_nationality crm:P2_has_type <http://vocab.getty.edu/aat/300379842> . BIND (?PIRP_43_nationality as ?value) . BIND (?PIRP_43_nationality as ?LAF_229_nationality) . OPTIONAL {?LAF_229_nationality rdfs:label ?LAF_229_nationality_label . }} LIMIT 100 recexEFvDy8NGHsv7
LAF_OLD.627 Nationality Metatype nationality_metatype This field is used to document the type of a formal type of the nationality of an actor. ->p2->E55[229_1]->p2->E55[627_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 .} 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 .} 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_627_nationality_metatype ?LAF_OLD_627_nationality_metatype_label WHERE { ?subject a crm:E21_Person .} 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 .} LIMIT 100 recbKxgmeBZiJacmV
LAF_OLD.231 Ethnicity ethnicity This field is used to record the ethnicity of the documented person. ->p2->E55[231_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:P2_has_type ?LAP_60_ethnicity . ?LAP_60_ethnicity a crm:E55_Type; crm:P2_has_type <http://vocab.getty.edu/aat/300250435> . BIND(?LAP_60_ethnicity as ?LAF_231_ethnicity) . BIND(?LAP_60_ethnicity as ?value) . OPTIONAL {?LAF_231_ethnicity rdfs:label ?LAF_231_ethnicity_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:P2_has_type ?LAP_60_ethnicity . ?LAP_60_ethnicity a crm:E55_Type; crm:P2_has_type <http://vocab.getty.edu/aat/300250435> . BIND(?LAP_60_ethnicity as ?LAF_231_ethnicity) . BIND(?LAP_60_ethnicity as ?value) . OPTIONAL {?LAF_231_ethnicity rdfs:label ?LAF_231_ethnicity_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_231_ethnicity ?LAF_OLD_231_ethnicity_label WHERE { ?subject a crm:E21_Person .?subject crm:P2_has_type ?LAP_60_ethnicity . ?LAP_60_ethnicity a crm:E55_Type; crm:P2_has_type <http://vocab.getty.edu/aat/300250435> . BIND(?LAP_60_ethnicity as ?LAF_231_ethnicity) . BIND(?LAP_60_ethnicity as ?value) . OPTIONAL {?LAF_231_ethnicity rdfs:label ?LAF_231_ethnicity_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:P2_has_type ?LAP_60_ethnicity . ?LAP_60_ethnicity a crm:E55_Type; crm:P2_has_type <http://vocab.getty.edu/aat/300250435> . BIND(?LAP_60_ethnicity as ?LAF_231_ethnicity) . BIND(?LAP_60_ethnicity as ?value) . OPTIONAL {?LAF_231_ethnicity rdfs:label ?LAF_231_ethnicity_label . }} LIMIT 100 rechABApeBHVqfkS2
LAF_OLD.626 Ethnicity Metatype ethnicity_metatype This field is used to document the type of a formal type of the ethnicity of an actor. ->p2->E55[231_1]->p2->E55[626_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 .} 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 .} 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_626_ethnicity_metatype ?LAF_OLD_626_ethnicity_metatype_label WHERE { ?subject a crm:E21_Person .} 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 .} LIMIT 100 recpibTn8kY7bxkzn

Ontology Graph

Instance Graph

Turtle RDF


JSON-LD

Gender: Sample

Subject Gender Gender Metatype
Count:

Type: Sample

Subject Type
Count:

Nationality: Sample

Subject Nationality Metatype Nationality
Count:

Ethnicity: Sample

Subject Ethnicity Ethnicity Metatype
Count:

[CAT.13] Description

Identifier Name Field System Name Description CRM Path Expected Value Type SparQL List SparQL Count SparQL List Distinct SparQL Count Distinct Field
LAF_OLD.15 Statement statement_content This field is used to record the actual textual content of the statement describing the documented person. ->p67i->E33[13_1]->p190->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:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P190_has_symbolic_content ?LAF_15_statement_content . BIND(?LAF_15_statement_content 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:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P190_has_symbolic_content ?LAF_15_statement_content . BIND(?LAF_15_statement_content 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_15_statement_content ?LAF_OLD_15_statement_content_label WHERE { ?subject a crm:E21_Person .?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P190_has_symbolic_content ?LAF_15_statement_content . BIND(?LAF_15_statement_content 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:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P190_has_symbolic_content ?LAF_15_statement_content . BIND(?LAF_15_statement_content as ?value) . } LIMIT 100 reckGh3i738krVHNm
LAF_OLD.14 Statement Type statement_type This field is used to record the formal type of the statement made about the documented person. ->p67i->E33[13_1]->p2->E55[14_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:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_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_14_statement_type as ?value) . OPTIONAL {?LAF_14_statement_type rdfs:label ?LAF_14_statement_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:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_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_14_statement_type as ?value) . OPTIONAL {?LAF_14_statement_type rdfs:label ?LAF_14_statement_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_14_statement_type ?LAF_OLD_14_statement_type_label WHERE { ?subject a crm:E21_Person .?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_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_14_statement_type as ?value) . OPTIONAL {?LAF_14_statement_type rdfs:label ?LAF_14_statement_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:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_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_14_statement_type as ?value) . OPTIONAL {?LAF_14_statement_type rdfs:label ?LAF_14_statement_type_label . } } LIMIT 100 recys7BFW0YBLvxQg
LAF_OLD.16 Statement Language statement_language This field is used to record the language of the statement describing the documented person. ->p67i->E33[13_1]->p72->E56[16_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:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P72_has_language ?LAF_16_statement_language . BIND(?LAF_16_statement_language as ?value) . OPTIONAL {?LAF_16_statement_language rdfs:label ?LAF_16_statement_language_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:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P72_has_language ?LAF_16_statement_language . BIND(?LAF_16_statement_language as ?value) . OPTIONAL {?LAF_16_statement_language rdfs:label ?LAF_16_statement_language_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_16_statement_language ?LAF_OLD_16_statement_language_label WHERE { ?subject a crm:E21_Person .?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P72_has_language ?LAF_16_statement_language . BIND(?LAF_16_statement_language as ?value) . OPTIONAL {?LAF_16_statement_language rdfs:label ?LAF_16_statement_language_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:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P72_has_language ?LAF_16_statement_language . BIND(?LAF_16_statement_language as ?value) . OPTIONAL {?LAF_16_statement_language rdfs:label ?LAF_16_statement_language_label . }} LIMIT 100 recB62sRzIpyRJhzm
LAF_OLD.55 Source Reference Work for Statement statement_source_reference This field is used to link to a source text from which the statement describing the documented person is derived. ->p67i->E33[13_1]->p67i->E33[55_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:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P67i_is_referred_to_by ?LAF_55_statement_source_reference . OPTIONAL {?LAF_55_statement_source_reference rdfs:label ?LAF_55_statement_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:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P67i_is_referred_to_by ?LAF_55_statement_source_reference . OPTIONAL {?LAF_55_statement_source_reference rdfs:label ?LAF_55_statement_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_55_statement_source_reference ?LAF_OLD_55_statement_source_reference_label WHERE { ?subject a crm:E21_Person .?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P67i_is_referred_to_by ?LAF_55_statement_source_reference . OPTIONAL {?LAF_55_statement_source_reference rdfs:label ?LAF_55_statement_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:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P67i_is_referred_to_by ?LAF_55_statement_source_reference . OPTIONAL {?LAF_55_statement_source_reference rdfs:label ?LAF_55_statement_source_reference_label . } } LIMIT 100 recC8TtfbmNHNz3Wk
LAF_OLD.13 Statement Label statement_label This field is used to record the string value of the machine readable label used for displaying the instance of statement that describes the documented person. ->p67i->E33[13_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:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement rdfs:label ?LAF_13_statement_label . BIND(?LAF_13_statement_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:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement rdfs:label ?LAF_13_statement_label . BIND(?LAF_13_statement_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_13_statement_label ?LAF_OLD_13_statement_label_label WHERE { ?subject a crm:E21_Person .?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement rdfs:label ?LAF_13_statement_label . BIND(?LAF_13_statement_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:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement rdfs:label ?LAF_13_statement_label . BIND(?LAF_13_statement_label as ?value) .} LIMIT 100 recV7tSNHa0j1RDdl
LAF_OLD.50 Name for Statement statement_name This field is used to link to a name attributed to the statement made about the documented person. ->p67i->E33[13_1]->p1->E33_E41[50_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:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P1_is_identified_by ?LAF_50_statement_name . ?LAF_50_statement_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_50_statement_name as ?value) . OPTIONAL {?LAF_50_statement_name rdfs:label ?LAF_50_statement_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:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P1_is_identified_by ?LAF_50_statement_name . ?LAF_50_statement_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_50_statement_name as ?value) . OPTIONAL {?LAF_50_statement_name rdfs:label ?LAF_50_statement_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_50_statement_name ?LAF_OLD_50_statement_name_label WHERE { ?subject a crm:E21_Person .?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P1_is_identified_by ?LAF_50_statement_name . ?LAF_50_statement_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_50_statement_name as ?value) . OPTIONAL {?LAF_50_statement_name rdfs:label ?LAF_50_statement_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:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P1_is_identified_by ?LAF_50_statement_name . ?LAF_50_statement_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_50_statement_name as ?value) . OPTIONAL {?LAF_50_statement_name rdfs:label ?LAF_50_statement_name_label . }} LIMIT 100 recoYNdWJJTOA1hZK

Ontology Graph

Instance Graph

Turtle RDF


JSON-LD

Statement: Sample

Subject Statement Language Source Reference Work for Statement Statement Label Statement Name for Statement Statement Type
Count:

[CAT.9] Parthood

Identifier Name Field System Name Description CRM Path Expected Value Type SparQL List SparQL Count SparQL List Distinct SparQL Count Distinct Field
LAF_OLD.167 Member of Group member_of_group This field is used to link the documented actor to a broader group of which it is a member / forms a part. ->P107i->E74[167_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:P107i_is_current_or_former_member_of ?LAP_167_member_of_group . ?LAP_167_member_of_group a crm:E74_Group . BIND(?LAP_167_member_of_group as ?value) . OPTIONAL {?LAP_167_member_of_group rdfs:label ?LAP_167_member_of_group_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:P107i_is_current_or_former_member_of ?LAP_167_member_of_group . ?LAP_167_member_of_group a crm:E74_Group . BIND(?LAP_167_member_of_group as ?value) . OPTIONAL {?LAP_167_member_of_group rdfs:label ?LAP_167_member_of_group_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_167_member_of_group ?LAF_OLD_167_member_of_group_label WHERE { ?subject a crm:E21_Person .?subject crm:P107i_is_current_or_former_member_of ?LAP_167_member_of_group . ?LAP_167_member_of_group a crm:E74_Group . BIND(?LAP_167_member_of_group as ?value) . OPTIONAL {?LAP_167_member_of_group rdfs:label ?LAP_167_member_of_group_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:P107i_is_current_or_former_member_of ?LAP_167_member_of_group . ?LAP_167_member_of_group a crm:E74_Group . BIND(?LAP_167_member_of_group as ?value) . OPTIONAL {?LAP_167_member_of_group rdfs:label ?LAP_167_member_of_group_label . }} LIMIT 100 recc8HyvUMGFkUWBL

Ontology Graph

Instance Graph

Turtle RDF


JSON-LD

Member of Group: Sample

Subject Member of Group
Count:

[CAT.3] Qualities

Identifier Name Field System Name Description CRM Path Expected Value Type SparQL List SparQL Count SparQL List Distinct SparQL Count Distinct Field
LAF_OLD.97 Member of Set member_of_set This field is used to link the documented entity to a set of which it is a member. ->la:member_of->la:Set[97_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 la:member_of ?LAF_97_member_of_set . ?LAF_97_member_of_set a la:Set . BIND(?LAF_97_member_of_set as ?value) . OPTIONAL {?LAF_97_member_of_set rdfs:label ?LAF_97_member_of_set_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 la:member_of ?LAF_97_member_of_set . ?LAF_97_member_of_set a la:Set . BIND(?LAF_97_member_of_set as ?value) . OPTIONAL {?LAF_97_member_of_set rdfs:label ?LAF_97_member_of_set_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_97_member_of_set ?LAF_OLD_97_member_of_set_label WHERE { ?subject a crm:E21_Person .?subject la:member_of ?LAF_97_member_of_set . ?LAF_97_member_of_set a la:Set . BIND(?LAF_97_member_of_set as ?value) . OPTIONAL {?LAF_97_member_of_set rdfs:label ?LAF_97_member_of_set_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 la:member_of ?LAF_97_member_of_set . ?LAF_97_member_of_set a la:Set . BIND(?LAF_97_member_of_set as ?value) . OPTIONAL {?LAF_97_member_of_set rdfs:label ?LAF_97_member_of_set_label . }} LIMIT 100 recsznfWfsUSKAFYp

Ontology Graph

Instance Graph

Turtle RDF


JSON-LD

Member of Set: Sample

Subject Member of Set
Count:

[CAT.5] Events

Identifier Name Field System Name Description CRM Path Expected Value Type SparQL List SparQL Count SparQL List Distinct SparQL Count Distinct Field
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

Ontology Graph

Instance Graph

Turtle RDF


JSON-LD

Birth: Sample

Subject Identifier for Birth Event Location of Birth Event Source Reference Work for Birth Event Name for Birth Event TimeSpan of Birth Event Statement about Birth Event Birth Event Label Birth Event Type
Count:

Death: Sample

Subject Identifier for Death Event Source Reference Work for Death Event Name for Death Event Location of Death Event Death Event Label Statement about Death Event TimeSpan of Death Event Death Event Type
Count:

Professional Activity: Sample

Subject TimeSpan of Professional Activity Name for Professional Activity Colleague in Professional Activity Professional Activity Label Professional Activity Type Source Reference Work for Professional Activity Statement about Professional Activity Location of Professional Activity Identifier for Professional Activity
Count:

Data Assignment: Sample

Subject Type of Data Assignment Statement about Data Assignment Object Used in Data Assignment TimeSpan of Data Assignment Name of Data Assignment Data Assigner Data Assignment Label
Count:

[CAT.14] Documentation

Identifier Name Field System Name Description CRM Path Expected Value Type SparQL List SparQL Count SparQL List Distinct SparQL Count Distinct Field
LAF_OLD.562 Depicting Image depicting_image This field is used to record the existence of an image which depicts the documented entity. ->P138i->E36[562_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:P138i_has_representation ?LAF_562_depicting_image . ?LAF_562_depicting_image a crm:E36_Visual_Item . BIND(?LAF_562_depicting_image as ?value) . OPTIONAL {?LAF_562_depicting_image rdfs:label ?LAF_562_depicting_image_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:P138i_has_representation ?LAF_562_depicting_image . ?LAF_562_depicting_image a crm:E36_Visual_Item . BIND(?LAF_562_depicting_image as ?value) . OPTIONAL {?LAF_562_depicting_image rdfs:label ?LAF_562_depicting_image_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_562_depicting_image ?LAF_OLD_562_depicting_image_label WHERE { ?subject a crm:E21_Person .?subject crm:P138i_has_representation ?LAF_562_depicting_image . ?LAF_562_depicting_image a crm:E36_Visual_Item . BIND(?LAF_562_depicting_image as ?value) . OPTIONAL {?LAF_562_depicting_image rdfs:label ?LAF_562_depicting_image_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:P138i_has_representation ?LAF_562_depicting_image . ?LAF_562_depicting_image a crm:E36_Visual_Item . BIND(?LAF_562_depicting_image as ?value) . OPTIONAL {?LAF_562_depicting_image rdfs:label ?LAF_562_depicting_image_label . }} LIMIT 100 recbx9bbJzruiymuQ
PIRF_OLD.426 Digital Reference digital_reference This field is used to link the documented entity to a digital object, expressed as a uri, which describes it. ->P67i->D1[426_1] uri 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:P67i_is_referred_to_by ?LAP_61_digital_reference . ?LAP_61_digital_reference a crm:D1_Digital_Object . BIND(?PIRF_426_digital_reference as ?value) . OPTIONAL {?PIRF_426_digital_reference rdfs:label ?PIRF_426_digital_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:P67i_is_referred_to_by ?LAP_61_digital_reference . ?LAP_61_digital_reference a crm:D1_Digital_Object . BIND(?PIRF_426_digital_reference as ?value) . OPTIONAL {?PIRF_426_digital_reference rdfs:label ?PIRF_426_digital_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?PIRF_OLD_426_digital_reference ?PIRF_OLD_426_digital_reference_label WHERE { ?subject a crm:E21_Person .?subject crm:P67i_is_referred_to_by ?LAP_61_digital_reference . ?LAP_61_digital_reference a crm:D1_Digital_Object . BIND(?PIRF_426_digital_reference as ?value) . OPTIONAL {?PIRF_426_digital_reference rdfs:label ?PIRF_426_digital_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:P67i_is_referred_to_by ?LAP_61_digital_reference . ?LAP_61_digital_reference a crm:D1_Digital_Object . BIND(?PIRF_426_digital_reference as ?value) . OPTIONAL {?PIRF_426_digital_reference rdfs:label ?PIRF_426_digital_reference_label . } } LIMIT 100 recWeUFeJ8uTxndmo
PIRF_OLD.427 Digital Reference Type digital_reference_type This field is used to indicate the type of a a digital object, expressed as a uri, which describes the documented entity. ->P67i->D1[426_1]->P2->E55[427_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:P67i_is_referred_to_by ?LAP_61_digital_reference . ?LAP_61_digital_reference a crm:D1_Digital_Object . ?LAP_61_digital_reference crm:P2_has_type ?PIRF_427_digital_reference_type . BIND(?PIRF_427_digital_reference_type as ?value) . OPTIONAL {?PIRF_427_digital_reference_type rdfs:label ?PIRF_427_digital_reference_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:P67i_is_referred_to_by ?LAP_61_digital_reference . ?LAP_61_digital_reference a crm:D1_Digital_Object . ?LAP_61_digital_reference crm:P2_has_type ?PIRF_427_digital_reference_type . BIND(?PIRF_427_digital_reference_type as ?value) . OPTIONAL {?PIRF_427_digital_reference_type rdfs:label ?PIRF_427_digital_reference_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?PIRF_OLD_427_digital_reference_type ?PIRF_OLD_427_digital_reference_type_label WHERE { ?subject a crm:E21_Person .?subject crm:P67i_is_referred_to_by ?LAP_61_digital_reference . ?LAP_61_digital_reference a crm:D1_Digital_Object . ?LAP_61_digital_reference crm:P2_has_type ?PIRF_427_digital_reference_type . BIND(?PIRF_427_digital_reference_type as ?value) . OPTIONAL {?PIRF_427_digital_reference_type rdfs:label ?PIRF_427_digital_reference_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:P67i_is_referred_to_by ?LAP_61_digital_reference . ?LAP_61_digital_reference a crm:D1_Digital_Object . ?LAP_61_digital_reference crm:P2_has_type ?PIRF_427_digital_reference_type . BIND(?PIRF_427_digital_reference_type as ?value) . OPTIONAL {?PIRF_427_digital_reference_type rdfs:label ?PIRF_427_digital_reference_type_label . }} LIMIT 100 recr4hr85FHeBQjia
LAF_OLD.173 Source Reference Work source_reference_general This field is used to link the documented person to an instance of textual work in which it is documented or mentioned. ->P67i->E33[173_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:P67i_is_referred_to_by?LAF_173_source_reference_general . ?LAF_173_source_reference_general a crm:E33_Linguistic_Object . BIND(?LAF_173_source_reference_general as ?value) . OPTIONAL {?LAF_173_source_reference_general rdfs:label ?LAF_173_source_reference_general_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:P67i_is_referred_to_by?LAF_173_source_reference_general . ?LAF_173_source_reference_general a crm:E33_Linguistic_Object . BIND(?LAF_173_source_reference_general as ?value) . OPTIONAL {?LAF_173_source_reference_general rdfs:label ?LAF_173_source_reference_general_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_173_source_reference_general ?LAF_OLD_173_source_reference_general_label WHERE { ?subject a crm:E21_Person .?subject crm:P67i_is_referred_to_by?LAF_173_source_reference_general . ?LAF_173_source_reference_general a crm:E33_Linguistic_Object . BIND(?LAF_173_source_reference_general as ?value) . OPTIONAL {?LAF_173_source_reference_general rdfs:label ?LAF_173_source_reference_general_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:P67i_is_referred_to_by?LAF_173_source_reference_general . ?LAF_173_source_reference_general a crm:E33_Linguistic_Object . BIND(?LAF_173_source_reference_general as ?value) . OPTIONAL {?LAF_173_source_reference_general rdfs:label ?LAF_173_source_reference_general_label . }} LIMIT 100 recZnLHr0vlaG4v7d
LAF_OLD.54 Internal Label label This field is used to record the string value of the machine readable label used for the documented person. 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 rdfs:label ?LAF_54_label . BIND(?LAF_54_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 rdfs:label ?LAF_54_label . BIND(?LAF_54_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_54_label ?LAF_OLD_54_label_label WHERE { ?subject a crm:E21_Person .?subject rdfs:label ?LAF_54_label . BIND(?LAF_54_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 rdfs:label ?LAF_54_label . BIND(?LAF_54_label as ?value) .} LIMIT 100 rec2IEXFEX4hYoeC8

Ontology Graph

Instance Graph

Turtle RDF


JSON-LD

Internal Label: Sample

Subject Internal Label
Count:

Digital Reference: Sample

Subject Digital Reference Digital Reference Type
Count:

Source Reference Work: Sample

Subject Source Reference Work
Count:

Depicted by Image: Sample

Subject Depicted by Image
Count:

Generated by Zellīj, © 2021.