ex:JAPE Grammar
rdfs:label "Relation Place-Physical_Object 01";
ex:pattern
{E53plus}
{VG}
({Token.category == DT}|
{Token.category == IN}|
{Token.category == RB})?
{E19plus}
;
rdfs:comment "A phrase of maximum four words where between a Place and a Physical Object entity, there is a verb phrase, which might be followed by a determiner or a preposition or an adverb; for example 'fills contained limestone', 'cists contained a pot', 'walls contained later brick'"
.
ex:JAPE Grammar
rdfs:label "Relation Place-Physical_Object 02";
ex:pattern
{E53plus}
{Token.category == IN}
({!E53, Token.string != "."})[0,2]
{E19plus}
;
rdfs:comment "A phrase of maximum five words where between a Place and a Physical Object entity, there is a preposition, which is followed by up to 2 tokens, which are not Place entities or full-stops; for example 'findspots of prehistoric worked flint'"
.
ex:JAPE Grammar
rdfs:label "Relation Place-Physical_Object 03";
ex:pattern
{E19plus}
{Token.category == IN}
({!E53, Token.string != "."})[0,2]
{E53plus}
;
rdfs:comment "A phrase of maximum five words where between a Physical Object and a Place entity, there is a preposition, which is followed by up to 2 tokens, which are not Place entities or full-stops; for example 'pottery from Phase 1 contexts'"
.
ex:JAPE Grammar
rdfs:label "Relation Place-Physical_Object 04";
ex:pattern
{E19plus}
{VG}
{Token.category == IN}
{E53plus}
;
rdfs:comment "A phrase of four words where between a Physical Object and a Place entity, there is a verb phrase, which is followed by a preposition; for example 'Amphora incorporated into context'"
.
ex:JAPE Grammar
rdfs:label "Relation Place-Physical_Object 05";
ex:pattern
{E19plus}
{Token.category == IN}
({Token.category == DT})?
{E53plus}
;
rdfs:comment "A phrase of maximum four words where between a Physical Object and a Place entity, there is a preposition, which might be followed by a determiner; for example 'slag in contexts', 'finds from this layer'"
.
ex:JAPE Grammar
rdfs:label "Relation Place-Physical_Object 06";
ex:pattern
{E19plus}
({!E19, Token.string != "."})[0,4]
{Lookup.majorType == E9_Verb}
({!E19, Token.string != "."})[0,4]
{E53plus}
;
rdfs:comment "A phrase of maximum eleven words where between a Physical Object and a Place entity, there are up to 4 tokens, which are not Physical Object entities or full-stops which are followed by a verb of the list E9_Verb [Appendix A6], which is followed by up to 4 tokens which are not Physical Object entities or full-stops; for example 'The bottle were collected from levelling layer', 'The animal bone was collected from two contexts', 'The animal bone fragments were collected from seven contexts'"
.
ex:JAPE Grammar
rdfs:label "Relation Place-Physical_Object 07";
ex:pattern
{E53plus}
({!E53, Token.string != "."})[0,4]
{Lookup.majorType == E9_Verb}
({!E53, Token.string != "."})[0,4]
{E19plus}
;
rdfs:comment "A phrase of maximum eleven words where between a Place and a Physical Object entity, there are up to 4 tokens, which are not Place entities or full-stops, which are followed by a verb of the list E9_Verb [Appendix A6], which is followed by up to 4 tokens which are not Place entities or full-stops; for example 'The bottle were collected from levelling layer', 'The animal bone was collected from two contexts', 'The animal bone fragments were collected from seven contexts'"
.