Class STRequests.Individual
Defined in: STRequests.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
<static> |
STRequests.Individual.addType(indqname, typeqname)
adds a type to resource identified by first argument of this method
|
<static> |
STRequests.Individual.get_directNamedTypes(indqname)
gets only the named classes which are direct types for resource
indqname |
<static> |
STRequests.Individual.getIndividualDescription(instanceQName, method)
gets the full description of resource
instanceQName |
<static> |
STRequests.Individual.removeType(indqname, typeqname)
remove the rdf:type relation between resource specified as arguments of this method.
|
Method Detail
<static>
STRequests.Individual.addType(indqname, typeqname)
adds a type to resource identified by first argument of this method
Defined in: SERVICE_Individual.js.
Defined in: SERVICE_Individual.js.
- Parameters:
- indqname
- typeqname
- Returns:
<static>
STRequests.Individual.get_directNamedTypes(indqname)
gets only the named classes which are direct types for resource
Defined in: SERVICE_Individual.js.
indqname
Defined in: SERVICE_Individual.js.
- Parameters:
- indqname
- Returns:
<static>
STRequests.Individual.getIndividualDescription(instanceQName, method)
- Parameters:
- instanceQName
- method
- Returns:
<static>
STRequests.Individual.removeType(indqname, typeqname)
remove the rdf:type relation between resource specified as arguments of this method. Note that this does
not delete any other info about the two resources
Defined in: SERVICE_Individual.js.
Defined in: SERVICE_Individual.js.
- Parameters:
- indqname
- typeqname
- Returns: