ex:JAPE Grammar
rdfs:label "Relation Material-Physical_Object 01";
ex:pattern
{E57plus}{E19plus}
;
rdfs:comment "A pair of a Material and a Physical Object entity; for example 'ceramic artefacts'"
.
ex:JAPE Grammar
rdfs:label "Relation Material-Physical_Object 02";
ex:pattern
{E19plus}
({Token.category == IN}|{VG}|{E49plus})
{E57plus}
;
rdfs:comment "A phrase of three words where between a Physical Object and a Material entity, there is a preposition, or a verb phrase, or a Time Appellation entity; for example 'artefacts of gold', 'floor is stone', 'artefacts comprising pottery', 'bronze Roman vessels'"
.
ex:JAPE Grammar
rdfs:label "Relation Material-Physical_Object 03";
ex:pattern
{E19plus}
({VG})?
{Token.category == IN}
({E49plus})?
{E57plus}
;
rdfs:comment "A phrase of maximum 5 words where between a Physical Object and a Material entity, there might be a verb phrase, followed by a preposition, which is might be followed by a Time Appellation entity; for example 'pin was of iron', 'wall is of stone', 'sherd of postmedieval pottery'"
.
ex:JAPE Grammar
rdfs:label "Relation Material-Physical_Object 04";
ex:pattern
{E57plus}
({VG})?
{Token.category == IN}
({E49plus})?
{E19plus}
;
rdfs:comment "A phrase of maximum 5 words where between a Material and a Physical Object entity, there might be a verb phrase, followed by a preposition, which might be followed by a Time Appellation entity; for example 'pottery from Anglo Saxon urn', 'Anglo Saxon urn consists of pottery'"
.